Skip to content

Commit 06aa249

Browse files
authored
Merge pull request #3 from 64robots/mmanzano-patch-1
Update composer.json
2 parents 396aa6a + 061c702 commit 06aa249

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
@@ -9,10 +9,10 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=7.1.0",
12-
"illuminate/support": "6.*",
13-
"illuminate/notifications": "6.*",
14-
"illuminate/console": "6.*",
15-
"illuminate/database": "6.*"
12+
"illuminate/support": "6.*|7.*",
13+
"illuminate/notifications": "6.*|7.*",
14+
"illuminate/console": "6.*|7.*",
15+
"illuminate/database": "6.*|7.*"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)