Files
jianlizaojia/composer.json
2025-06-23 18:21:16 +08:00

49 lines
1.0 KiB
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": [
{
"type": "path",
"url": "plugs/think-plugs-notice"
},
{
"type": "path",
"url": "plugs/think-plugs-staff"
},
{
"type": "path",
"url": "plugs/think-plugs-recorder"
},
{
"type": "path",
"url": "plugs/custom-app-plug"
}
],
"require": {
"php": ">=8.3",
"zoujingli/think-plugs-admin": "^1.0",
"q792602257/custom-app-plug": "dev-master",
"q792602257/think-plugs-notice": "dev-master",
"q792602257/think-plugs-staff": "dev-master",
"q792602257/think-plugs-recorder": "dev-master"
}
}