Skip to content

Commit cb1fb69

Browse files
Merge pull request #274 from mattwire/guzzle
Allow guzzle 7
2 parents 89ef36a + bc84ef7 commit cb1fb69

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)