Skip to content

Commit 9202145

Browse files
Merge pull request rakutentech#35 from rakutentech/feature/laravel-9
Add Laravel 9 support
2 parents 49af29f + cb569fb commit 9202145

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
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^7.3|^7.4|^8.0",
2020
"spatie/laravel-package-tools": "^1.4.3",
21-
"illuminate/contracts": "^8.37"
21+
"illuminate/contracts": "^8.37|^9.0"
2222
},
2323
"require-dev": {
2424
"brianium/paratest": "^6.2",
2525
"friendsofphp/php-cs-fixer": "^3.5",
26-
"nunomaduro/collision": "^5.3",
27-
"orchestra/testbench": "^6.15",
26+
"nunomaduro/collision": "^5.3|^6.0",
27+
"orchestra/testbench": "^6.15|^7.0",
2828
"phpunit/phpunit": "^9.3",
2929
"spatie/laravel-ray": "^1.23",
3030
"squizlabs/php_codesniffer": "^3.6",

0 commit comments

Comments
 (0)