From ba32574d9f902f292a6ab30b615249323c20021b Mon Sep 17 00:00:00 2001 From: JaguarJack <82664165@qq.com> Date: Sat, 26 Jan 2019 18:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1798f5d..debafdb 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,14 @@ "php": ">=5.6.0", "topthink/framework": "5.1.*", "wyw/permission": "dev-master", - "topthink/think-captcha": "^2.0" + "topthink/think-captcha": "^2.0", + "guzzlehttp/guzzle": "~6.0", + "ext-json": "*" }, "autoload": { "psr-4": { - "app\\": "application" + "app\\": "application", + "thinking\\socialite\\": "extend/socialite/src" } }, "extra": {