From 5c4d5bc5613ef2d66f2cf3691e7eae73feedd495 Mon Sep 17 00:00:00 2001 From: Maarten Staa Date: Thu, 29 Jan 2015 16:51:39 +0200 Subject: [PATCH] Update guzzle version to ~3.8 Allows using the library together with other libraries that require guzzle 3.9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4627915..d28a7d8 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require" : { "php" : ">=5.4", - "guzzle/guzzle" : "3.8.*", + "guzzle/guzzle" : "~3.8", "google/apiclient": "1.0.4-beta" }, "require-dev" : {