1 Star 0 Fork 0

腾速科技 / sent-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
molong 提交于 2022-01-08 22:40 . 更新
{
"name": "tensent/sent-admin",
"description": "sentcms sent-admin",
"type": "library",
"homepage": "http://git.tensent.cn/tensent/sent-admin.git",
"require": {
"php": ">=7.0",
"topthink/framework": "^6.0.0"
},
"license": "Apache-2.0",
"authors": [
{
"name": "molong",
"email": "molong@tensent.cn"
}
],
"autoload": {
"psr-4": {
"Tensent\\SentAdmin\\": "src/"
},
"files": [
"src/Support/helpers.php"
]
},
"extra": {
"think":{
"services": [
"Tensent\\SentAdmin\\ServiceProvider"
]
}
}
}
PHP
1
https://gitee.com/ycgpp/sent-admin.git
git@gitee.com:ycgpp/sent-admin.git
ycgpp
sent-admin
sent-admin
master

搜索帮助