Skip to content

Commit 4bdc301

Browse files
authored
Add Laravel-9 support
1 parent de970a7 commit 4bdc301

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"require": {
2121
"php": "^7.2||^8.0",
22-
"illuminate/console": "^6|^7|^8",
23-
"illuminate/events": "^6|^7|^8"
22+
"illuminate/console": "^6|^7|^8|^9",
23+
"illuminate/events": "^6|^7|^8|^9"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1.0",
27-
"orchestra/testbench": "3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4.0 || ^5.0",
28-
"phpunit/phpunit": "^7.5 || ^8.4"
27+
"orchestra/testbench": "^6.0",
28+
"phpunit/phpunit": "^9.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)