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:
parent
06e6ed915e
commit
2c3d4d4d5d
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user