Skip to content

Commit 3cbf7d2

Browse files
committed
Support laravel 7.0
1 parent c31f79f commit 3cbf7d2

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
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=5.6",
2222
"guzzlehttp/guzzle": "~6.0",
23-
"illuminate/support": "^5.0 || ^6.0",
23+
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
2424
"league/event": "^2.1"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)