You've already forked guangan
1
This commit is contained in:
41
plugs/think-plugs-cms/composer.json
Normal file
41
plugs/think-plugs-cms/composer.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"type": "think-admin-plugin",
|
||||
"name": "jerryyan/think-plugs-cms",
|
||||
"license": "WTFPL",
|
||||
"homepage": "https://thinkadmin.top",
|
||||
"description": "CMS Plugin for ThinkAdmin",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jerry Yan",
|
||||
"email": "jerryyan0912@qq.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">7.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"plugin\\cms\\": "src"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"config": {
|
||||
"type": "module",
|
||||
"name": "新闻资讯",
|
||||
"document": "https://thinkadmin.top/plugin/think-plugs-wechat.html",
|
||||
"description": "新闻资讯"
|
||||
},
|
||||
"think": {
|
||||
"services": [
|
||||
"plugin\\cms\\Service"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"zoujingli/think-install": true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user