From fd9ce382dbea1912afa2df188ce7ca7f6de8132b Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Wed, 22 Apr 2020 05:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- composer.lock | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 79a4a86..11380da 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "thans/tp-jwt-auth": "^1.0", "workerman/workerman": "^3.5", "jaguarjack/think-filesystem-cloud": "dev-master", - "overtrue/wechat": "^4.2" + "overtrue/wechat": "^4.2", + "ext-json": "*" }, "require-dev": { "symfony/var-dumper": "^4.2", diff --git a/composer.lock b/composer.lock index 187c6d7..a885b53 100644 --- a/composer.lock +++ b/composer.lock @@ -3181,5 +3181,6 @@ "platform": { "php": ">=7.1.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }