try minor guzzle version

This commit is contained in:
Armando Caprio
2021-07-09 10:09:01 +02:00
parent 250bf77605
commit 9f6be70d92

View File

@@ -3,7 +3,7 @@
"description": "PHP binding for v4 of the Cloudflare Client API.", "description": "PHP binding for v4 of the Cloudflare Client API.",
"type": "library", "type": "library",
"require": { "require": {
"guzzlehttp/guzzle": "^7.0.1", "guzzlehttp/guzzle": "~6.0",
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/http-message": "~1.0", "psr/http-message": "~1.0",
"ext-json": "*" "ext-json": "*"