react-websocket/composer.json

26 lines
586 B
JSON
Raw Normal View History

2024-02-21 02:03:08 +00:00
{
"name": "noccylabs/react-websocket",
"description": "Native ReactPHP WebSocket implementation",
"type": "library",
"license": "GPL-3.0-or-later",
2024-02-21 22:48:13 +00:00
"keywords": [ "reactphp", "websockets" ],
2024-02-21 02:03:08 +00:00
"autoload": {
"psr-4": {
"NoccyLabs\\React\\WebSocket\\": "src/"
}
},
"authors": [
{
"name": "NoccyLabs",
"email": "labs@noccy.com"
}
],
"require": {
"react/http": "^1.9.0"
2024-02-21 20:23:24 +00:00
},
"require-dev": {
2024-02-21 22:48:13 +00:00
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10"
2024-02-21 02:03:08 +00:00
}
}