2025-03-01 22:33:38 +08:00

32 lines
589 B
JSON

{
"type": "library",
"name": "zoujingli/think-plugs-helper",
"license": "Apache-2.0",
"homepage": "https://thinkadmin.top",
"description": "Developer Tools for ThinkAdmin",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"require": {
"php": ">7.1",
"ext-json": "*",
"topthink/think-orm": "^2.0|^3.0|^4.0",
"topthink/think-ide-helper": "*"
},
"autoload": {
"psr-4": {
"plugin\\helper\\": "src"
}
},
"extra": {
"think": {
"services": [
"plugin\\helper\\Service"
]
}
}
}