From 929cb3be736ec3c6a23d5cb27c6d2fdc2752f315 Mon Sep 17 00:00:00 2001 From: Rajat Sharma <64843605+rajatsib@users.noreply.github.com> Date: Mon, 5 Jul 2021 12:55:29 +0530 Subject: [PATCH] Restrict guzzle to v7.0 due to breaking changes in v7.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7f5ead5..912bc813 100755 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/guzzle": "^6.2 || ^7.0" + "guzzlehttp/guzzle": "^6.2 || ~7.0" }, "require-dev": { "phpunit/phpunit": "^4.8",