Merge pull request #95 from gavroche/patch-1
Ratchet does not work with guzzle/http 3.6
This commit is contained in:
commit
2ac214bc11
@ -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