From d2b0185eb5131fe492423376ff6439928b214804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 4 Jan 2023 18:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 1a050cc8c..d3c81ce9c 100644 --- a/composer.json +++ b/composer.json @@ -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 - } } }