TaoLer/vendor/workerman/channel/composer.json
2022-08-16 15:19:21 +08:00

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"}
}
}