From 030381ff849d48e239392034106775995318ad6f Mon Sep 17 00:00:00 2001 From: Alexander Chibrikin Date: Tue, 1 Dec 2020 20:34:17 +0300 Subject: [PATCH] support new versions of `guzzlehttp/guzzle` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 538ccb9..f901121 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": ">=5.3", - "guzzlehttp/guzzle": "~3.7" + "guzzlehttp/guzzle": "~3.7|^4.0|^5.0|^6.0|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8"