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
This commit is contained in:
Gabriel Bull 2013-05-31 08:28:28 -04:00
parent 06e6ed915e
commit 2c3d4d4d5d

View File

@ -27,7 +27,7 @@
, "require": { , "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
, "react/socket": "0.2.*" , "react/socket": "0.2.*"
, "guzzle/http": "~3.0" , "guzzle/http": ">=3.0,<=3.5"
, "symfony/http-foundation": "~2.1" , "symfony/http-foundation": "~2.1"
} }
} }