修改项目组件配置

This commit is contained in:
邹景立 2023-01-04 18:03:21 +08:00
parent 8baf6877b0
commit d2b0185eb5

View File

@ -6,7 +6,8 @@
"description": "Application Development Framework",
"keywords": [
"ThinkAdmin",
"ThinkLibrary"
"ThinkLibrary",
"WeChatDeveloper"
],
"authors": [
{
@ -14,8 +15,13 @@
"email": "zoujingli@qq.com"
}
],
"config": {
"allow-plugins": {
"zoujingli/think-install": true
}
},
"require": {
"php": ">=7.1.0",
"php": ">=7.1",
"ext-gd": "*",
"ext-xml": "*",
"ext-json": "*",
@ -28,10 +34,5 @@
"zoujingli/think-plugs-admin": "dev-master",
"zoujingli/think-plugs-wechat": "dev-master",
"zoujingli/think-plugs-center": "dev-master"
},
"config": {
"allow-plugins": {
"zoujingli/think-install": true
}
}
}