75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "workerman/webman",
|
|
"type": "project",
|
|
"keywords": [
|
|
"high performance",
|
|
"http service"
|
|
],
|
|
"homepage": "https://www.workerman.net",
|
|
"license": "MIT",
|
|
"description": "High performance HTTP Service Framework.",
|
|
"authors": [
|
|
{
|
|
"name": "walkor",
|
|
"email": "walkor@workerman.net",
|
|
"homepage": "https://www.workerman.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "walkor@workerman.net",
|
|
"issues": "https://github.com/walkor/webman/issues",
|
|
"forum": "https://wenda.workerman.net/",
|
|
"wiki": "https://workerman.net/doc/webman",
|
|
"source": "https://github.com/walkor/webman"
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"workerman/webman-framework": "^1.4.7",
|
|
"monolog/monolog": "^2.0",
|
|
"webman/think-orm": "^1.0",
|
|
"vlucas/phpdotenv": "^5.4",
|
|
"psr/container": "^1.1.1",
|
|
"ext-json": "*",
|
|
"phpoffice/phpspreadsheet": "^1.19",
|
|
"aliyuncs/oss-sdk-php": "^2.6",
|
|
"webman/console": "^1.2.12",
|
|
"qiniu/php-sdk": "7.4",
|
|
"qcloud/cos-sdk-v5": "^2.6",
|
|
"dragonmantank/cron-expression": "^3.3",
|
|
"tinywan/storage": "^0.3.4",
|
|
"webman/log": "^1.1",
|
|
"taoser/webman-validate": "^1.7",
|
|
"php-di/php-di": "^6",
|
|
"doctrine/annotations": "^1.14",
|
|
"illuminate/redis": "^10.22",
|
|
"symfony/cache": "^5.4",
|
|
"max/var-dumper": "^0.1.1"
|
|
},
|
|
"suggest": {
|
|
"ext-event": "For better performance. "
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "./",
|
|
"app\\": "./app",
|
|
"App\\": "./app",
|
|
"app\\View\\Components\\": "./app/view/components"
|
|
},
|
|
"files": [
|
|
"./support/helpers.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-package-install": [
|
|
"support\\Plugin::install"
|
|
],
|
|
"post-package-update": [
|
|
"support\\Plugin::install"
|
|
],
|
|
"pre-package-uninstall": [
|
|
"support\\Plugin::uninstall"
|
|
]
|
|
}
|
|
}
|