You've already forked guangan
42 lines
827 B
JSON
42 lines
827 B
JSON
{
|
|
"type": "think-admin-plugin",
|
|
"name": "jerryyan/think-plugs-ticket",
|
|
"license": "WTFPL",
|
|
"homepage": "https://thinkadmin.top",
|
|
"description": "Ticket Plugin for ThinkAdmin",
|
|
"authors": [
|
|
{
|
|
"name": "Jerry Yan",
|
|
"email": "jerryyan0912@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"plugin\\ticket\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"config": {
|
|
"type": "module",
|
|
"name": "工单管理",
|
|
"document": "https://thinkadmin.top/plugin/think-plugs-wechat.html",
|
|
"description": "工单管理"
|
|
},
|
|
"think": {
|
|
"services": [
|
|
"plugin\\ticket\\Service"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"zoujingli/think-install": true
|
|
}
|
|
}
|
|
}
|