From 2c3d4d4d5df7321275fbd64aa6b752db39df7f54 Mon Sep 17 00:00:00 2001 From: Gabriel Bull Date: Fri, 31 May 2013 08:28:28 -0400 Subject: [PATCH] Ratchet does not work with guzzle/http 3.6 Getting this error Object of class Guzzle\Http\Message\Header could not be converted to int --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f83a0b0..1aa42a1 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ , "require": { "php": ">=5.3.3" , "react/socket": "0.2.*" - , "guzzle/http": "~3.0" + , "guzzle/http": ">=3.0,<=3.5" , "symfony/http-foundation": "~2.1" } }