Skip to content

Commit 42a1d4b

Browse files
committed
Allow Laravel 7 installs
1 parent 9e7cab0 commit 42a1d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/console": "~5.8|^6.0",
15-
"illuminate/filesystem": "~5.8|^6.0",
16-
"illuminate/support": "~5.8|^6.0"
14+
"illuminate/console": "~5.8|^6.0|^7.0",
15+
"illuminate/filesystem": "~5.8|^6.0|^7.0",
16+
"illuminate/support": "~5.8|^6.0|^7.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)