1 Star 0 Fork 778

zhaoqh / ApiAdmin

forked from ApiAdmin / ApiAdmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhao 提交于 2019-07-17 11:39 . modified 简化composer依赖库
{
"name": "apiadmin/apiadmin4",
"description": "the new apiadmin framework",
"type": "project",
"keywords": [
"apiadmin",
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.apiadmin.org/",
"license": "Apache-2.0",
"authors": [
{
"name": "zhaoxiang",
"email": "zhaoxiang051405@gmail.com"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"topthink/think-migration": "^2.0",
"endroid/qr-code": "^3.5"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
PHP
1
https://gitee.com/dream_fulfill/ApiAdmin.git
git@gitee.com:dream_fulfill/ApiAdmin.git
dream_fulfill
ApiAdmin
ApiAdmin
master

搜索帮助