mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 20:48:09 +08:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"type": "think-admin-plugin",
|
|
"name": "zoujingli/think-plugs-wechat",
|
|
"license": "MIT",
|
|
"homepage": "https://thinkadmin.top",
|
|
"description": "WeChat Plugin for ThinkAdmin",
|
|
"authors": [
|
|
{
|
|
"name": "Anyon",
|
|
"email": "zoujingli@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">7.1",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"zoujingli/qrcode": "^1.0|@dev",
|
|
"zoujingli/think-install": "^1.0|@dev",
|
|
"zoujingli/think-library": "^6.1|@dev",
|
|
"zoujingli/wechat-developer": "^1.2|@dev"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\wechat\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"config": {
|
|
"type": "module",
|
|
"name": "微信平台管理",
|
|
"document": "https://thinkadmin.top/plugin/think-plugs-wechat.html",
|
|
"description": "后台微信对接模块,功能全面的微信基础管理。"
|
|
},
|
|
"plugin": {
|
|
"copy": {
|
|
"src": "!app/wechat",
|
|
"stc/database": "database/migrations"
|
|
},
|
|
"clear": true
|
|
},
|
|
"think": {
|
|
"services": [
|
|
"app\\wechat\\Service"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"zoujingli/think-install": true
|
|
}
|
|
}
|
|
}
|