修改项目组件配置

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