Skip to content

Commit

Permalink
support laravel 9 too
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Feb 4, 2022
1 parent 50dbf1b commit 90f4f22
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 @@ -17,12 +17,12 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.37"
"illuminate/contracts": "^8.37||^9.0"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.10",
"orchestra/testbench": "^6.23",
"nunomaduro/collision": "^5.10||^6.0",
"orchestra/testbench": "^6.23||^7.0",
"phpunit/phpunit": "^9.5.10",
"rector/rector": "^0.12.15",
"spatie/laravel-ray": "^1.23",
Expand Down

0 comments on commit 90f4f22

Please sign in to comment.