Files
jianlizaojia/composer.json
2025-06-21 16:33:41 +08:00

34 lines
677 B
JSON

{
"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
}
},
"repositories": {
"think-plug-staff": {
"type": "path",
"url": "plugs/think-plugs-staff"
}
},
"require": {
"php": ">=8.3",
"zoujingli/think-plugs-admin": "^1.0",
"q792602257/think-plugs-staff": "dev-master"
}
}