Skip to content

Commit f18d36e

Browse files
authored
Merge pull request #19 from arthurkirkosa/l9
Allow Laravel 9
2 parents c7213de + 18cad27 commit f18d36e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
],
2525
"require": {
2626
"php": "^8.0",
27-
"illuminate/contracts": "^8.37"
27+
"illuminate/contracts": "^8.37|^9.0"
2828
},
2929
"require-dev": {
3030
"brianium/paratest": "^6.2",
31-
"nunomaduro/collision": "^5.3",
32-
"orchestra/testbench": "^6.15",
31+
"nunomaduro/collision": "^5.3|^6.1",
32+
"orchestra/testbench": "^6.15|^7.0",
3333
"phpunit/phpunit": "^9.3",
3434
"spatie/laravel-ray": "^1.9",
3535
"vimeo/psalm": "^4.4"

0 commit comments

Comments
 (0)