Skip to content

Commit bc84ef7

Browse files
committed
Allow guzzle 7
1 parent 89ef36a commit bc84ef7

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
@@ -42,7 +42,7 @@
4242
"ext-json": "*"
4343
},
4444
"replace": {
45-
"guzzlehttp/guzzle": "^6",
45+
"guzzlehttp/guzzle": "^6.5 || ^7.0",
4646
"guzzlehttp/psr7": "^1",
4747
"psr/http-message-implementation": "^1.0",
4848
"psr/log" : "^1",

0 commit comments

Comments
 (0)