加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
tianyayiyuan 提交于 2018-08-11 16:39 . 图片缩略图 压缩
{
"name": "yuan1994/tpadmin",
"description": "a web admin based ThinkPHP5",
"type": "project",
"keywords": [
"tpadmin",
"thinkphp",
"admin",
"rbac",
"generate",
"generator"
],
"homepage": "http://tpadmin.yuan1994.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "tianpian",
"email": "tianpian0805@gmail.com",
"homepage": "http://tpadmin.yuan1994.com/",
"role": "Owner"
}
],
"require": {
"php": ">=5.4.0",
"topthink/framework": "^5.0",
"topthink/think-captcha": "^1.0",
"qiniu/php-sdk": "^7.0",
"PHPOffice/PHPExcel": "^1.8",
"yuan1994/tp-mailer": "^0.2.3",
"topthink/think-worker": "^1.0",
"fusesource/stomp-php": "2.0.*",
"weiwei/api-doc": "^1.5",
"topthink/think-image": "^1.0"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化