Compare commits

..

No commits in common. "master" and "v0.4.10" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
, "require": {
"php": ">=8.4.0"
, "mfmdevsystem/rfc6455": "^0.4.2"
, "react/socket": "^1.0"
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
, "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"

View File

@ -5,7 +5,7 @@ namespace mfmdevsystem\socket;
* The version of socket being used
* @var string
*/
const VERSION = 'mfmdevsystem/socket/0.4.9';
const VERSION = 'mfmdevsyste/socket/0.4.9';
/**
* A proxy object representing a connection to the application