13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"name" : "workerman/channel",
|
|
"type" : "library",
|
|
"homepage": "http://www.workerman.net",
|
|
"license" : "MIT",
|
|
"require": {
|
|
"workerman/workerman" : ">=4.0.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Channel\\": "./src"}
|
|
}
|
|
}
|