Files
pgserver3.0/pgserver/vendor/workerman/channel/composer.json
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

13 lines
261 B
JSON

{
"name" : "workerman/channel",
"type" : "library",
"homepage": "http://www.workerman.net",
"license" : "MIT",
"require": {
"workerman/workerman" : ">=3.3.0"
},
"autoload": {
"psr-4": {"Channel\\": "./src"}
}
}