Skip to content

Commit b07c271

Browse files
authored
Added support for Guzzle 7.2 (#53)
1 parent e384cb2 commit b07c271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"license": "MIT",
1212
"authors": [],
1313
"require": {
14-
"php": ">=5.3.3",
14+
"php": ">=7.2",
1515
"ext-curl": "*",
1616
"ext-json": "*",
17-
"guzzlehttp/guzzle": "^6.2",
17+
"guzzlehttp/guzzle": "^6.2 | ^7.2",
1818
"psr/log": "^1.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)