加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2021-09-18 16:59 . 增加加密,修改注释
{
"type": "library",
"name": "zoujingli/think-library",
"license": "MIT",
"homepage": "http://thinkadmin.top",
"description": "ThinkPHP v6.0 Development Library",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"support": {
"email": "zoujingli@qq.com",
"wiki": "https://thinkadmin.top",
"forum": "https://thinkadmin.top",
"source": "https://gitee.com/zoujingli/ThinkLibrary",
"issues": "https://gitee.com/zoujingli/ThinkLibrary/issues"
},
"require": {
"ext-gd": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"topthink/framework": "^6.0"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"think\\admin\\": "src"
}
},
"extra": {
"think": {
"services": [
"think\\admin\\Library"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化