Skip to content

Commit

Permalink
Merge pull request #66 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
msurguy committed May 3, 2024
2 parents 2c8c5d7 + 1c6a42d commit 9442256
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*|^9.5.10",
"phpunit/phpunit": "4.0.*|^9.5.10|^10.5",
"mockery/mockery": "0.9.*|^1.4.4"
},
"autoload": {
Expand Down

0 comments on commit 9442256

Please sign in to comment.