Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit be7c989

Browse files
authored
Allow Guzzle 7
1 parent e972457 commit be7c989

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.6.0",
20-
"guzzlehttp/guzzle": "~6.0"
20+
"guzzlehttp/guzzle": "~6.0|~7.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)