77 lines
1.9 KiB
JSON
77 lines
1.9 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": "2.1.2",
|
|
"monolog/monolog": "^2.10.0",
|
|
"webman/redis-queue": "2.1.0",
|
|
"webman/think-orm": "2.1.5",
|
|
"webman/console": "2.1.7",
|
|
"webman/log": "2.1.3",
|
|
"webman/captcha": "^1.0.5",
|
|
"webman/event": "^1.0.5",
|
|
"topthink/think-template": "^3.0.2",
|
|
"bilulanlv/think-cache": "^1.0.9",
|
|
"symfony/var-dumper": "7.2.6",
|
|
"taoser/webman-validate": "^1.7.2",
|
|
"hg/apidoc": "^5.3.0",
|
|
"isszz/webman-hashids": "^0.0.1",
|
|
"nette/mail": "^4.0.3",
|
|
"shopwwi/webman-filesystem": "2.0.1",
|
|
"iidestiny/flysystem-oss": "^4",
|
|
"spomky-labs/otphp": "^11.3.0",
|
|
"firebase/php-jwt": "6.8",
|
|
"php-mcp/server": "^3.3",
|
|
"intervention/image": "^2.7.2",
|
|
"guzzlehttp/guzzle": "^7.5.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|