Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming authored Mar 18, 2024
1 parent 24cda98 commit f5ad886
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 @@ -17,13 +17,13 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^9.0||^10.0"
"illuminate/contracts": "^9.0||^10.0||^11.0"
},
"require-dev": {
"brianium/paratest": "^6.0|^7.0",
"nunomaduro/collision": "^6.3||^7.0",
"orchestra/testbench": "^7.7||^8.0",
"phpunit/phpunit": "^9.5.24||^10.0",
"nunomaduro/collision": "^6.3||^7.0||^8.1.1",
"orchestra/testbench": "^7.7||^8.0||^9.0.0",
"phpunit/phpunit": "^9.5.24||^10.0||^11.0",
"rector/rector": "^1.0",
"spatie/laravel-ray": "^1.30",
"vimeo/psalm": "^5.6"
Expand Down

0 comments on commit f5ad886

Please sign in to comment.