加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Ice 提交于 2020-07-08 16:02 . 更新easywechat到4.2;删除无用路由
{
"name": "0377/yfcmf-tp6",
"description": "YFCMF新版本,基于thinkphp6.0和fastadmin",
"type": "project",
"keywords": [
"thinkphp6",
"thinkphp",
"fastadmin",
"fastadmin-tp6",
"yfcmf",
"yfcmf-tp6"
],
"homepage": "https://www.iuok.cn",
"license": "Apache-2.0",
"authors": [
{
"name": "ice",
"email": "ice@sbing.vip"
}
],
"require": {
"php": ">=7.2.0",
"topthink/framework": "^6.0",
"topthink/think-orm": "^2.0",
"topthink/think-view": "^1.0",
"topthink/think-captcha": "^3.0",
"overtrue/pinyin": "^4.0",
"dragonmantank/cron-expression": "^2.3",
"topthink/think-multi-app": "^1.0",
"overtrue/wechat": "~4.2",
"endroid/qr-code": "^1.9",
"phpmailer/phpmailer": "~6.1",
"phpoffice/phpspreadsheet": "^1.13"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app",
"addons\\": "addons"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化