This commit is contained in:
2025-06-20 17:15:33 +08:00
commit c57ae846e3
17 changed files with 821 additions and 0 deletions

27
composer.json Normal file
View File

@ -0,0 +1,27 @@
{
"type": "project",
"name": "zoujingli/thinkadmin",
"license": "MIT",
"homepage": "https://thinkadmin.top",
"description": "Application Development Framework",
"keywords": [
"ThinkAdmin",
"ThinkLibrary",
"WeChatDeveloper"
],
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"config": {
"allow-plugins": {
"zoujingli/think-install": true
}
},
"require": {
"php": ">=8.3",
"zoujingli/think-plugs-admin": "^1.0"
}
}