Skip to content

Commit 4efffc8

Browse files
authored
Init Laravel 9 support
1 parent f535123 commit 4efffc8

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
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=7.1.3",
16-
"illuminate/support": "^7.0|^8.0",
17-
"illuminate/database": "^7.0|^8.0",
18-
"illuminate/events": "^7.0|^8.0"
16+
"illuminate/support": "^7.0|^8.0|^9.0",
17+
"illuminate/database": "^7.0|^8.0|^9.0",
18+
"illuminate/events": "^7.0|^8.0|^9.0"
1919
},
2020

2121
"autoload": {
@@ -25,7 +25,7 @@
2525
},
2626

2727
"require-dev": {
28-
"phpunit/phpunit": "7.*"
28+
"phpunit/phpunit": "7.*|8.*|9.*"
2929
},
3030

3131
"minimum-stability": "dev",

0 commit comments

Comments
 (0)