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
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
This commit is contained in:
parent
51828a7d3f
commit
b36d03dc03
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user