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
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "mfmdevsystem/mxsocket"
|
|
, "type": "library"
|
|
, "description": "PHP WebSocket library"
|
|
, "keywords": ["WebSockets", "Server", "Ratchet", "Sockets", "WebSocket"]
|
|
, "homepage": "http://socketo.me"
|
|
, "license": "MIT"
|
|
, "authors": [
|
|
{
|
|
"name": "Chris Boden"
|
|
, "email": "cboden@gmail.com"
|
|
, "role": "Developer"
|
|
}
|
|
, {
|
|
"name": "Matt Bonneau"
|
|
, "role": "Developer"
|
|
}
|
|
, {
|
|
"name": "Mohamad Faeez"
|
|
, "email": "faeez@maximumbuilders.my"
|
|
, "role": "Developer"
|
|
}
|
|
]
|
|
, "support": {
|
|
"issues": "https://github.com/ratchetphp/Ratchet/issues"
|
|
, "chat": "https://gitter.im/reactphp/reactphp"
|
|
}
|
|
, "autoload": {
|
|
"psr-4": {
|
|
"mfmdevsystem\\socket\\": "src/Socket"
|
|
}
|
|
}
|
|
, "require": {
|
|
"php": ">=8.4.0"
|
|
, "mfmdevsystem/rfc6455": "^0.4.2"
|
|
, "mfmdevsystem/react-socket": "^1.16.5"
|
|
, "react/event-loop": "^1.2"
|
|
, "guzzlehttp/psr7": "^1.7|^2.0"
|
|
, "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0"
|
|
, "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
|
|
}
|
|
, "require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
}
|
|
}
|