邹景立 acb2b05c26 fix: 进一步完善数据库同步工具包
fix: 修正代码注释

This reverts commit 373427a539459a7abe17479e89ed9d9d353fff67.
2025-08-17 22:20:59 +08:00

34 lines
639 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": "*",
"doctrine/dbal": "^4.2",
"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"
]
}
}
}