Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rdgout authored Mar 18, 2024
1 parent 5572d5c commit aed06d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"license": "MIT",
"authors": [],
"require": {
"php": "^8.1",
"illuminate/console": "^10.0",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"illuminate/routing": "^10.0"
"php": "^8.2",
"illuminate/console": "^11.0",
"illuminate/database": "^11.0",
"illuminate/support": "^11.0",
"illuminate/routing": "^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5||^10.0",
"phpunit/phpunit": "^10.0||^11.0",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^8.0"
"orchestra/testbench": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aed06d7

Please sign in to comment.