From 8d969407434281ab351e6fed21d980219b31d860 Mon Sep 17 00:00:00 2001 From: Jakub Oleksy Date: Wed, 5 Jul 2017 07:33:31 -0700 Subject: [PATCH] Another attempt at fixing composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 33d02c6..ee88444 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "guzzlehttp/guzzle": ">=5.0 <=~6.0" + "guzzlehttp/guzzle": ">=5.0 <=6.3" }, "require-dev": { "phpunit/phpunit": "~4.3",