Forward-compatibility with Socket v0.7 and Socket v0.6

Socket v0.7 and v0.6 contain some major changes, but this does not
affect usage within Ratchet, so it's actually compatible with all latest
releases.
This commit is contained in:
Christian Lück 2017-04-17 17:36:23 +02:00
parent 22e500d02a
commit e3a97b6661

View File

@ -24,7 +24,7 @@
} }
, "require": { , "require": {
"php": ">=5.3.9" "php": ">=5.3.9"
, "react/socket": "^0.5" , "react/socket": "^0.7 || ^0.6 || ^0.5"
, "guzzle/http": "^3.6" , "guzzle/http": "^3.6"
, "symfony/http-foundation": "^2.2|^3.0" , "symfony/http-foundation": "^2.2|^3.0"
, "symfony/routing": "^2.2|^3.0" , "symfony/routing": "^2.2|^3.0"