Skip to content

Commit 2948d8f

Browse files
Support Laravel 8 (#84)
1 parent de953bf commit 2948d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.0",
2020
"ext-json": "*",
21-
"guzzlehttp/guzzle": "~6.0"
21+
"guzzlehttp/guzzle": "~6.0|~7.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^2.13",

0 commit comments

Comments
 (0)