react-websocket/composer.json

21 lines
441 B
JSON

{
"name": "noccylabs/react-websocket",
"description": "Native ReactPHP WebSocket implementation",
"type": "library",
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"NoccyLabs\\React\\WebSocket\\": "src/"
}
},
"authors": [
{
"name": "NoccyLabs",
"email": "labs@noccy.com"
}
],
"require": {
"react/http": "^1.9.0"
}
}