Skip to content

Commit 349f0f2

Browse files
authored
Support Laravel 6.0
1 parent eb95dc3 commit 349f0f2

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",
23+
"illuminate/support": "^5.0 || ^6.0",
2424
"league/event": "^2.1"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)