From 9f6be70d9245ace341f990968a07dbe906582031 Mon Sep 17 00:00:00 2001 From: Armando Caprio Date: Fri, 9 Jul 2021 10:09:01 +0200 Subject: [PATCH] try minor guzzle version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b3c057..4a5b854 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP binding for v4 of the Cloudflare Client API.", "type": "library", "require": { - "guzzlehttp/guzzle": "^7.0.1", + "guzzlehttp/guzzle": "~6.0", "php": ">=7.2.5", "psr/http-message": "~1.0", "ext-json": "*"