Files
guangan/plugs/think-plugs-cms/composer.json
2024-11-27 15:16:05 +08:00

42 lines
815 B
JSON

{
"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
}
}
}