Skip to content

Commit bde9ce0

Browse files
authored
Merge pull request #16 from rvalitov/feature/guzzle7
[add] support for Guzzle7
2 parents d844012 + b0a55c6 commit bde9ce0

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": "~7.0",
20-
"guzzlehttp/guzzle": "^6.3",
20+
"guzzlehttp/guzzle": "^6.3||^7.0",
2121
"sabre/cache": "^1.0",
2222
"ext-json": "*"
2323
},

0 commit comments

Comments
 (0)