Skip to content

Commit e0d4c8f

Browse files
committed
Support laravel 9
1 parent 55c5cd9 commit e0d4c8f

File tree

6 files changed

+1252
-939
lines changed

6 files changed

+1252
-939
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=7.1.0|^8.0",
12-
"illuminate/support": "^6.0|^7.0|^8.0",
13-
"illuminate/notifications": "^6.0|^7.0|^8.0",
14-
"illuminate/console": "^6.0|^7.0|^8.0",
15-
"illuminate/database": "^6.0|^7.0|^8.0"
12+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
13+
"illuminate/notifications": "^6.0|^7.0|^8.0|^9.0",
14+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)