10 lines
204 B
JSON
10 lines
204 B
JSON
|
{
|
||
|
"name" : "workerman/gatewayclient",
|
||
|
"type" : "library",
|
||
|
"homepage": "http://www.workerman.net",
|
||
|
"license" : "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {"GatewayClient\\": "./"}
|
||
|
}
|
||
|
}
|