Skip to content

Commit 5890a01

Browse files
authored
allow laravel7 install (#15)
1 parent aa37c0d commit 5890a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.1",
2020
"guzzlehttp/guzzle": "~6.0",
21-
"illuminate/support": "5.7.* || 5.8.* || 6.*",
21+
"illuminate/support": "5.7.* || 5.8.* || 6.* || 7.*",
2222
"symfony/dotenv": "^4.2"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)