Skip to content

Commit fc9328e

Browse files
committed
Add L6 and L7 support
1 parent 491db76 commit fc9328e

File tree

9 files changed

+42
-768
lines changed

9 files changed

+42
-768
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
vendor/
33
.DS_Store
4+
composer.lock

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"require": {
1111
"php": ">=7.0",
12-
"illuminate/support": "^5.2",
13-
"illuminate/database": "^5.2",
14-
"illuminate/console": "^5.2"
12+
"illuminate/support": "^5.2 || 6.* || 7.*",
13+
"illuminate/database": "^5.2 || 6.* || 7.*",
14+
"illuminate/console": "^5.2 || 6.* || 7.*"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)