From fd1c209a1df319fee38c297c9fc20df226f0304c Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Wed, 26 Oct 2022 00:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index f7057b2a..dd0d16f3 100644 --- a/composer.json +++ b/composer.json @@ -32,5 +32,10 @@ "type": "composer", "url": "https://mirrors.aliyun.com/composer" } + }, + "config": { + "allow-plugins": { + "easywechat-composer/easywechat-composer": true + } } }