Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 1, 2024
1 parent 3f9bb62 commit c83e21d
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 c83e21d

Please sign in to comment.