Skip to content

Commit 31e8dd9

Browse files
committed
feat: allow guzzle 7.x
1 parent 67fc1d6 commit 31e8dd9

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"ext-json": "*",
7-
"guzzlehttp/guzzle": "^6.2"
7+
"guzzlehttp/guzzle": "^6.2|^7.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)