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 2, 2024
1 parent 9ea34cf commit 9fea0e2
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 @@ -21,12 +21,12 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0|^10.0",
"illuminate/database": "^8.53 || ^9.0|^10.0"
"illuminate/support": "^8.0 || ^9.0|^10.0 || ^11.0",
"illuminate/database": "^8.53 || ^9.0|^10.0 || ^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.23 || ^7.0|^8.0",
"phpunit/phpunit": "^9.5"
"orchestra/testbench": "^6.23 || ^7.0|^8.0 || ^9.0",
"phpunit/phpunit": "^9.5 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9fea0e2

Please sign in to comment.