14 lines
322 B
JSON
Executable File
14 lines
322 B
JSON
Executable File
{
|
|
"name" : "workerman/gateway-worker",
|
|
"keywords": ["distributed","communication"],
|
|
"homepage": "http://www.workerman.net",
|
|
"license" : "MIT",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"workerman/workerman" : "^4.0.30"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"GatewayWorker\\": "./src"}
|
|
}
|
|
}
|