{
"name": "workerman/webman",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "http://www.workerman.net",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.4.3",
"monolog/monolog": "^2.0",
"webman/console": "^1.0.27",
"webman/gateway-worker": "^1.0",
"ext-json": "*",
"psr/container": "^1.1.1",
"webman/think-orm": "^1.0",
"workerman/crontab": "^1.0",
"webman/redis-queue": "^1.2",
"vlucas/phpdotenv": "^5.4",
"topthink/think-validate": "^2.0",
"webman/event": "^1.0",
"ext-bcmath": "*",
"illuminate/redis": "^8.2.0",
"illuminate/events": "^8.83",
"symfony/cache": "^5.2",
"ext-dom": "*",
"ext-posix": "*",
"ext-pcntl": "*"
},
"autoload": {
"psr-4": {
"": "./",
"App\\": "./app"
},
"files": [
"./support/helpers.php"
]
}
}
版权属于:大卫科技Blog
本文链接:https://www.iyuu.cn/archives/488/
转载时须注明出处