Files
fast/vendor/workerman/channel/composer.json
xiadc c6a4e1f5f6 init
- 框架初始化
 - 安装插件
 - 修复PHP8.4报错
2025-04-19 17:21:20 +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"}
}
}