Skip to content

Commit dec7717

Browse files
committed
Add Laravel 6 support to requirements
1 parent 8f3b596 commit dec7717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"php": "^7.0",
23-
"illuminate/support": "~5.0",
24-
"illuminate/console": "~5.0",
23+
"illuminate/support": "~5.0|^6.0",
24+
"illuminate/console": "~5.0|^6.0",
2525
"vlucas/phpdotenv": "^3.5"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)