Skip to content

Commit 3bffaec

Browse files
authored
Merge pull request #113 from JayBizzle/patch-1
Allow Laravel 6
2 parents 858c28c + c04c229 commit 3bffaec

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
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=5.4.0",
88
"guzzlehttp/guzzle": "^6.2",
9-
"illuminate/support": "4.*|5.*",
9+
"illuminate/support": "4.*|5.*|6.*",
1010
"symfony/psr-http-message-bridge": "1.*"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)