Skip to content

Commit 619759e

Browse files
authored
Merge pull request #6 from 64robots/feature/support-laravel-9
Support laravel 9
2 parents 55c5cd9 + e0d4c8f commit 619759e

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)