Compare commits

...

8 Commits

Author SHA1 Message Date
df967fb108 Change require to use react/socket
Some checks failed
CI / PHPUnit (highest, 5.4) (push) Has been cancelled
CI / PHPUnit (highest, 5.5) (push) Has been cancelled
CI / PHPUnit (highest, 5.6) (push) Has been cancelled
CI / PHPUnit (highest, 7.0) (push) Has been cancelled
CI / PHPUnit (highest, 7.1) (push) Has been cancelled
CI / PHPUnit (highest, 7.2) (push) Has been cancelled
CI / PHPUnit (highest, 7.3) (push) Has been cancelled
CI / PHPUnit (highest, 7.4) (push) Has been cancelled
CI / PHPUnit (lowest, 5.4) (push) Has been cancelled
2025-04-09 23:45:36 +08:00
378f8201bb Update dep
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 23:16:21 +08:00
070b34dca5 Update dependencies
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 23:12:34 +08:00
1e9ebee316 Update on dependecies require
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 23:06:24 +08:00
5cdf7a56f6 Update dependencies
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 22:59:16 +08:00
5eb085e312 remove unused
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 19:50:27 +08:00
5bc609ccd7 updates
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 19:48:51 +08:00
b36d03dc03 Updates
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
2025-04-09 19:44:17 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
, "require": { , "require": {
"php": ">=8.4.0" "php": ">=8.4.0"
, "mfmdevsystem/rfc6455": "^0.4.2" , "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" , "react/event-loop": "^0.4.0"
, "guzzlehttp/psr7": "^1.7|^2.0" , "guzzlehttp/psr7": "^1.7|^2.0"
, "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.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 * The version of socket being used
* @var string * @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 * A proxy object representing a connection to the application