Merge pull request #95 from gavroche/patch-1

Ratchet does not work with guzzle/http 3.6
This commit is contained in:
Chris Boden 2013-05-31 08:04:48 -07:00
commit 2ac214bc11

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"
} }
} }