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 Feb 27, 2024
1 parent 152bc92 commit c279a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"require": {
"php": "^8.0",
"illuminate/database": "^9.0||^10.0",
"illuminate/events": "^9.0||^10.0"
"illuminate/database": "^9.0||^10.0||^11.0",
"illuminate/events": "^9.0||^10.0||^11.0"
},
"require-dev": {
"orchestra/testbench": "^7.0||^8.0",
"orchestra/testbench": "^7.0||^8.0||^9.0",
"phpunit/phpunit": "^9.5.10||^10.0",
"tightenco/duster": "^2.7"
},
Expand Down

0 comments on commit c279a83

Please sign in to comment.