From 29e2e4048f2208c3d3ad30638f5ca075c90548fa Mon Sep 17 00:00:00 2001
From: Joel Wurtz <jwurtz@jolicode.com>
Date: Mon, 16 Dec 2013 20:43:23 +0100
Subject: [PATCH] Update dependencies to use last stable version of guzzle

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 12c95f0..6f021af 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,7 @@
   , "require": {
         "php": ">=5.3.9"
       , "react/socket": "0.3.*"
-      , "guzzle/http": ">=3.6.0,<3.8.0-dev"
+      , "guzzle/http": ">=3.6.0,<3.9.0-dev"
       , "symfony/http-foundation": "~2.2"
       , "symfony/routing": "~2.2"
     }