From b028eb935ccaf89ea09688ed3d251175149c7ace Mon Sep 17 00:00:00 2001 From: e1himself Date: Tue, 15 Sep 2015 10:08:42 +0300 Subject: [PATCH] Weaken guzzle version requirement to >=4 <6 Now it's satisfied by Guzzle v4 and Guzzle v5 (instead of just v5) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ff571c..2ff7669 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.4", - "guzzlehttp/guzzle": "~5.0" + "guzzlehttp/guzzle": ">=4,<6" }, "require-dev": { "phpunit/phpunit": "~4"