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

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