From f1f26ad62b0378527d94b350a900930b2e9f0ec8 Mon Sep 17 00:00:00 2001 From: Marcel Kempf Date: Fri, 11 Feb 2022 09:19:57 +0100 Subject: [PATCH] Support Guzzle 7 Signed-off-by: Marcel Kempf --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2f8b90..c6ea876 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^7.2", "ext-json": "*", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^6.3 || ^7.0", "symfony/polyfill-apcu": "^1.6" }, "require-dev": {