From 7db3d6e62c7ab8fa29780354e8d370c49939cdec Mon Sep 17 00:00:00 2001 From: Keith Brink Date: Mon, 14 Sep 2020 18:53:51 +0300 Subject: [PATCH] Update to Guzzle 7 (#143) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5ffd529e..81112ad0 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "description": "PHP binding for v4 of the Cloudflare Client API.", "type": "library", "require": { - "guzzlehttp/guzzle": "^6.2.2", - "php": ">=7.0.0", + "guzzlehttp/guzzle": "^7.0.1", + "php": ">=7.2.5", "psr/http-message": "~1.0", "ext-json": "*" },