From 68b4bb218f6f3a22b8874ce49a2f6474685363a5 Mon Sep 17 00:00:00 2001 From: Faizan Akram Dar Date: Fri, 4 Feb 2022 16:29:38 +0530 Subject: [PATCH] guzzle v7 support Adds guzzle v7 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf75958..61b4b3b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/guzzle": "^6.2" + "guzzlehttp/guzzle": "^6.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0",