Skip to content

Commit 073d34c

Browse files
authored
Support Laravel 9
1 parent d754eb8 commit 073d34c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
],
2222
"require": {
2323
"php": "^8.0",
24-
"illuminate/contracts": "^8.0",
25-
"illuminate/support": "^8.0",
26-
"illuminate/queue": "^8.0",
27-
"illuminate/bus": "^8.0",
24+
"illuminate/contracts": "^8.0|^9.0",
25+
"illuminate/support": "^8.0|^9.0",
26+
"illuminate/queue": "^8.0|^9.0",
27+
"illuminate/bus": "^8.0|^9.0",
2828
"aws/aws-sdk-php": "^3.0"
2929
},
3030
"require-dev": {
31-
"orchestra/testbench": "^6.9",
31+
"orchestra/testbench": "^6.9|^7.0",
3232
"phpunit/phpunit": "^9.3",
3333
"psalm/plugin-laravel": "^1.5",
3434
"vimeo/psalm": "^4.4"

0 commit comments

Comments
 (0)