From 3d18955fe7fceb9668c116d662bee2c56768aec2 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 12 Dec 2021 11:58:22 -0500 Subject: [PATCH] Use latest RFC6455 lib --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index acf4722..3a82de2 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } , "require": { "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/event-loop": ">=0.4" , "guzzlehttp/psr7": "^1.7|^2.0"