Skip to content

Commit

Permalink
Merge pull request #26 from JackieDo/v3.0
Browse files Browse the repository at this point in the history
Add support for Laravel 9.x
  • Loading branch information
JackieDo authored Feb 28, 2022
2 parents 52728c4 + d09e3bc commit 07a62f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"require": {
"php": ">=5.6.0",
"laravel/framework": "^8.0|^7.0|^6.0|^5.0"
"laravel/framework": "^9.0|^8.0|^7.0|^6.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^8.0|^7.0|^6.0|^5.0|^4.0",
"mockery/mockery": "^1.0|^0.9",
"orchestra/testbench": "^6.0|^5.0|^4.0|^3.0"
"orchestra/testbench": "^7.0|^6.0|^5.0|^4.0|^3.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 07a62f9

Please sign in to comment.