From 4ea97511bf3346f0d44c7e39d8f83dbcbe65db40 Mon Sep 17 00:00:00 2001 From: Nikolai Neff Date: Mon, 25 May 2020 17:47:42 +0200 Subject: [PATCH] update to newest RFC6455 library version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c2600ed..6521aa6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } , "require": { "php": ">=5.4.2" - , "ratchet/rfc6455": "^0.2" + , "ratchet/rfc6455": "^0.3" , "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5" , "guzzlehttp/psr7": "^1.0" , "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0"