p_ysk/composer.json

73 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": ">=8.1",
"workerman/webman-framework": "^2.1",
"monolog/monolog": "^2.0",
"webman/think-orm": "^2.1",
"webman/redis": "^2.1",
"illuminate/events": "^11.46",
"webman/redis-queue": "^1.3",
"workerman/crontab": "^1.0",
"overtrue/wechat": "~5.0",
"webman/gateway-worker": "^1.0",
"webman/console": "^2.1",
"php-amqplib/php-amqplib": "^3.6",
"alibabacloud/dysmsapi-20170525": "^4.2",
"alibabacloud/tea": "^3.2",
"alibabacloud/tea-utils": "^0.2.21"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
}
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
}
}