mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 20:48:09 +08:00
32 lines
609 B
JSON
32 lines
609 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": "^8.1",
|
|
"ext-json": "*",
|
|
"ext-zlib": "*",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |