1 Star 0 Fork 0

php-sword/sword-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Kyour 提交于 2023-02-04 23:24 . [perf] 来自项目累积的调整
{
"name": "kyour-cn/sword-admin",
"type": "project",
"keywords": [
"php admin",
"webman admin",
"http service"
],
"homepage": "https://github.com/kyour-cn/sword-admin",
"license": "MIT",
"description": "High performance Admin Framework.",
"authors": [
{
"name": "kyour",
"email": "master@kyour.cn",
"homepage": "https://www.kyour.cn",
"role": "Developer"
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"workerman/webman-framework": "^1.4.3",
"monolog/monolog": "^2.0",
"psr/container": "^1.1.1",
"webman/console": "^1.2",
"webman/event": "^1.0",
"webman/think-orm": "^1.0",
"tinywan/jwt": "^1.5",
"vlucas/phpdotenv": "^5.4",
"webman/captcha": "^1.0",
"phpoffice/phpspreadsheet": "^1.25.2",
"illuminate/redis": "^8.2.0",
"topthink/think-validate": "^2.0",
"webman/think-cache": "^1.0.2"
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/php-sword/sword-admin.git
git@gitee.com:php-sword/sword-admin.git
php-sword
sword-admin
sword-admin
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385