From 613ccca7b4558e3c7810c9ca185099f1110f68b8 Mon Sep 17 00:00:00 2001 From: JaguarJack <82664165@qq.com> Date: Mon, 8 Jan 2024 10:21:08 +0800 Subject: [PATCH] update composer --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 75713c7..3d82aa0 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "php": ">=7.2", "topthink/framework": "6.0.12", "topthink/think-orm": "2.0.49", - "topthink/think-migration": "^3.0", + "topthink/think-migration": "3.0", "thans/tp-jwt-auth": "^1.1", - "overtrue/wechat": "^4.2", + "w7corp/easywechat": "^4.2", "phpoffice/phpspreadsheet": "^1.12", "dragonmantank/cron-expression": "3.1", "symfony/finder": "^4.4", @@ -57,7 +57,10 @@ } }, "config": { - "preferred-install": "dist" + "preferred-install": "dist", + "allow-plugins": { + "easywechat-composer/easywechat-composer": true + } }, "scripts": { "post-autoload-dump": [