Files
think-plugs-staff/composer.json
2025-06-21 16:39:10 +08:00

39 lines
747 B
JSON

{
"name": "q792602257/think-plugs-staff",
"description": "ThinkAdmin Plugin: Staff with Dept Support",
"version": "dev-master",
"minimum-stability": "dev",
"license": "WTFPL",
"authors": [
{
"name": "Jerry Yan",
"email": "792602257@qq.com"
}
],
"extra": {
"config": {
"type": "module",
"name": "员工及组织架构模块",
"platforms": ["h5web"],
"description": "员工及组织架构模块"
},
"plugin": {
"copy": {
"stc/database": "database/migrations"
}
},
"think": {
"services": [
"jerryyan\\staff\\Service"
]
}
},
"autoload": {
"psr-4": {
"jerryyan\\staff\\": "src"
}
},
"require": {
}
}