Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
df967fb108 | |||
378f8201bb | |||
070b34dca5 | |||
1e9ebee316 | |||
5cdf7a56f6 | |||
5eb085e312 | |||
5bc609ccd7 | |||
b36d03dc03 |
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user