加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
楚羽幽 提交于 2023-06-03 19:27 . 完成宝塔环境安装
{
"name": "ycopen/kfadmin",
"version": "v1.3.1",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "https://www.kfadmin.net/",
"license": "Apache",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "贵州猿创科技有限公司",
"homepage": "https://www.kfadmin.net/",
"role": "Developer"
}
],
"support": {
"issues": "https://gitee.com/yc_open/kfadmin-cloud/issues",
"forum": "https://www.kfadmin.net/",
"wiki": "https://gitee.com/yc_open/kfadmin-cloud/wikis",
"source": "https://gitee.com/yc_open/kfadmin-cloud"
},
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.5.0",
"monolog/monolog": "^2.0",
"psr/container": "^1.1.1",
"webman/think-orm": "^1.0",
"webman/captcha": "^1.0",
"vlucas/phpdotenv": "^5.4",
"xaboy/form-builder": "^2.0",
"webman/console": "^1.2",
"chance-fyi/operation-log": "^2.0",
"yzh52521/easyhttp": "^1.0",
"shopwwi/webman-filesystem": "^1.0",
"shopwwi/filesystem-oss": "^1.0",
"overtrue/flysystem-qiniu": "^2.0",
"overtrue/flysystem-cos": "^4.0",
"illuminate/redis": "^9.52",
"symfony/cache": "^6.0",
"phpoffice/phpword": "^1.0",
"yzh52521/webman-validate": "^0.1.3"
},
"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"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化