加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
worklz 提交于 2022-02-07 20:28 . v1.06.320
{
"name": "yunj/admin-tp51",
"description": "云静Admin TP5.1",
"type": "project",
"keywords": [
"yunj",
"framework",
"thinkphp",
"ORM"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Uncle-L",
"email": "1732983738@qq.com"
}
],
"require": {
"php": ">=7.3.0",
"topthink/framework": "5.1.*",
"yunj/admincore-tp51": "^1.06"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化