From 33f0574bcd4b447247aa9e601c02097848bb40c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 2 Jan 2023 00:16:18 +0800 Subject: [PATCH] Update composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a5d40af95..a2e9db63c 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "ext-simplexml": "*", "endroid/qr-code": "^1.9", "zoujingli/think-library": "^6.1", - "zoujingli/wechat-developer": "^1.2", "zoujingli/think-plugs-admin": "^1.0", "zoujingli/think-plugs-static": "^1.0", "zoujingli/think-plugs-wechat": "^1.0", @@ -34,7 +33,7 @@ }, "config": { "allow-plugins": { - "zoujingli/think-plugs-installer": true + "zoujingli/think-installer": true } } }