ThinkAdmin/composer.json
2023-01-05 19:07:38 +08:00

29 lines
615 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
}
},
"require": {
"php": ">=7.1",
"zoujingli/think-plugs-admin": "dev-master",
"zoujingli/think-plugs-wechat": "dev-master",
"zoujingli/think-plugs-center": "dev-master"
}
}