3 Star 19 Fork 7

Le/webman + pearadmin 后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
Le 提交于 2023-03-17 14:51 +08:00 . 升级webman版本
{
"name": "le/wbadmin",
"type": "project",
"keywords": [
"admin",
"http service"
],
"homepage": "https://www.itjiale.com",
"license": "MIT",
"description": "webman pearadmin ",
"authors": [
{
"name": "Le",
"email": "1401586744@qq.com",
"homepage": "https://www.itjiale.com",
"role": "Developer"
}
],
"support": {
"email": "1401586744@qq.com",
"issues": "https://gitee.com/yjlkyzg/webmanadmin/issues",
"forum": "https://www.itjiale.com/",
"wiki": "https://gitee.com/yjlkyzg/webmanadmin/wikis",
"source": "https://gitee.com/yjlkyzg/webmanadmin"
},
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.5.1",
"monolog/monolog": "^2.0",
"webman/console": "^1.2.30",
"webman/think-orm": "^1.0",
"topthink/think-template": "^2.0.8",
"psr/container": "^1.1.1",
"webman/captcha": "^1.0",
"topthink/think-validate": "^2.0",
"vlucas/phpdotenv": "^5.5",
"tinywan/storage": "^1.0",
"aliyuncs/oss-sdk-php": "^2.6",
"shopwwi/laravel-cache": "^1.0",
"illuminate/redis": "^8.83",
"illuminate/events": "^8.83",
"webman/redis-queue": "^1.2",
"phpoffice/phpspreadsheet": "^1.25",
"webman/event": "^1.0",
"workerman/crontab": "^1.0",
"webman-tech/logger": "^2.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"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"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yjlkyzg/webmanadmin.git
git@gitee.com:yjlkyzg/webmanadmin.git
yjlkyzg
webmanadmin
webman + pearadmin 后台管理系统
master

搜索帮助