From b36d03dc030146edb4d6bac1c11b5779c18fd601 Mon Sep 17 00:00:00 2001 From: Mohamad Faeez Date: Wed, 9 Apr 2025 19:44:17 +0800 Subject: [PATCH] Updates --- composer.json | 2 +- src/Socket/ConnectionInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2aeb581..c810465 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ , "require": { "php": ">=8.4.0" , "mfmdevsystem/rfc6455": "^0.4.2" - , "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5" + , "react/socket": "^1.0" , "react/event-loop": "^0.4.0" , "guzzlehttp/psr7": "^1.7|^2.0" , "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0" diff --git a/src/Socket/ConnectionInterface.php b/src/Socket/ConnectionInterface.php index 2880d7f..f27d7b7 100644 --- a/src/Socket/ConnectionInterface.php +++ b/src/Socket/ConnectionInterface.php @@ -5,7 +5,7 @@ namespace mfmdevsystem\socket; * The version of socket being used * @var string */ -const VERSION = 'mfmdevsyste/socket/0.4.9'; +const VERSION = 'mfmdevsystem/socket/0.4.9'; /** * A proxy object representing a connection to the application