1 Star 0 Fork 963

Fly600 / ThinkAdmin

forked from Anyon / ThinkAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2023-04-01 20:58 . 升级同步插件
{
"type": "project",
"name": "zoujingli/thinkadmin",
"license": "MIT",
"homepage": "https://thinkadmin.top",
"description": "Application Development Framework",
"keywords": [
"ThinkAdmin",
"ThinkLibrary"
],
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"zoujingli/think-library": "^6.0",
"zoujingli/think-plugs-admin": "^1.0",
"zoujingli/think-plugs-wechat": "^1.0"
},
"autoload": {
"psr-0": {
"": "extend"
},
"psr-4": {
"app\\": "app"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"zoujingli/think-install": true
}
}
}
PHP
1
https://gitee.com/fly600/ThinkAdmin.git
git@gitee.com:fly600/ThinkAdmin.git
fly600
ThinkAdmin
ThinkAdmin
v6

搜索帮助