We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b96bb3 commit 7c1c877Copy full SHA for 7c1c877
composer.json
@@ -27,12 +27,12 @@
27
}
28
, "require": {
29
"php": ">=5.4.2"
30
- , "ratchet/rfc6455": "^0.3.1"
+ , "ratchet/rfc6455": "^0.3.1 || ^0.4.0"
31
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
32
, "react/event-loop": ">=0.4"
33
, "guzzlehttp/psr7": "^1.7|^2.0"
34
- , "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0"
35
- , "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
+ , "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0"
+ , "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0"
36
37
, "require-dev": {
38
"phpunit/phpunit": "~4.8"
0 commit comments