Use latest RFC6455 lib

This commit is contained in:
Chris Boden 2021-12-12 11:58:22 -05:00
parent 928854ac4c
commit 3d18955fe7

View File

@ -27,7 +27,7 @@
} }
, "require": { , "require": {
"php": ">=5.4.2" "php": ">=5.4.2"
, "ratchet/rfc6455": "^0.3" , "ratchet/rfc6455": "^0.3.1"
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5" , "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
, "react/event-loop": ">=0.4" , "react/event-loop": ">=0.4"
, "guzzlehttp/psr7": "^1.7|^2.0" , "guzzlehttp/psr7": "^1.7|^2.0"