23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "exodus4d/pathfinder_websocket",
|
|
"description": "WebSocket extension for 'Pathfinder'",
|
|
"minimum-stability": "stable",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Mark Friedrich",
|
|
"email": "pathfinder@exodus4d.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Exodus4D\\Socket\\": "app/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php-64bit": ">=7.0",
|
|
"ext-zmq": "1.1.*",
|
|
"cboden/ratchet": "0.4.x-dev",
|
|
"react/zmq": "dev-master"
|
|
}
|
|
} |