Skip to content

Commit

Permalink
Merge pull request #47 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
EmadAdly authored Apr 29, 2024
2 parents 3f9bb62 + c83e21d commit 0573b56
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
],
"require": {
"php": "^7.0|^8.0|^8.1",
"illuminate/support": "6.*|7.*|8.*|9.*|^10.0"

"illuminate/support": "6.*|7.*|8.*|9.*|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0|7.0.*|8.0.*|9.0.*|^9.5.10",
"laravel/framework": "6.*|7.*|8.*|9.*|^10.0",
"phpunit/phpunit": "~6.0|7.0.*|8.0.*|9.0.*|^9.5.10|^10.5",
"laravel/framework": "6.*|7.*|8.*|9.*|^10.0|^11.0",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
Expand Down

0 comments on commit 0573b56

Please sign in to comment.