From 9bee50ba82381d1c419ecef28a7683bc2adb28ee Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Mon, 18 May 2015 15:35:12 -0700 Subject: [PATCH] Fixing composer.json file (will update again after PSR-7) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fb5abcb435..0035afea9a 100755 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "require": { "php": ">=5.5", "psr/http-message": "^0.10", - "guzzlehttp/guzzle": "^5.0 || ^6.0@dev", - "guzzlehttp/psr7": "^0.1@dev", - "guzzlehttp/promises": "^0.1.2", + "guzzlehttp/guzzle": "^5.2 || ^6.0@dev", + "guzzlehttp/psr7": "^1.0.0@dev", + "guzzlehttp/promises": "^1.0.0", "mtdowling/jmespath.php": "^2.1" }, "require-dev": {