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 2df4898 commit 534c7eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^8.1",
"illuminate/container": "^10.0",
"illuminate/database": "^10.0",
"illuminate/events": "^10.0",
"illuminate/support": "^10.0"
"illuminate/container": "^10.0 || ^11.0",
"illuminate/database": "^10.0 || ^11.0",
"illuminate/events": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.0 || ^10.0.7",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0 || ^9.0",
"friendsofphp/php-cs-fixer": "^3.14"
},
"scripts": {
Expand Down

0 comments on commit 534c7eb

Please sign in to comment.