Skip to content

Commit 132b77f

Browse files
committed
Laravel 9 support
1 parent 8dcfd0c commit 132b77f

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
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"php": "^7.2|^8.0",
24-
"illuminate/contracts": "^6.0|^7.0|^8.0"
24+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^2.17",
28-
"orchestra/testbench": "^4.0",
28+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
2929
"phpstan/phpstan": "^0.12.65",
30-
"phpunit/phpunit": "^8.0"
30+
"phpunit/phpunit": "^8.0|^9.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)