From 556fb3b13df26c8766b6743023279843bdcb32c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Sj=C3=B6berg?= Date: Tue, 13 Apr 2021 10:12:06 +0300 Subject: [PATCH] Support Guzzle 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2f8b90..26a2a4a 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": {