From 166aa9dbf38e0191b536e87395dc142e15c59368 Mon Sep 17 00:00:00 2001 From: Jayin Ton Date: Sat, 7 Mar 2020 15:21:11 +0800 Subject: [PATCH] =?UTF-8?q?compose.json:=20=E8=A1=A5=E5=85=85=E4=BE=9D?= =?UTF-8?q?=E8=B5=96ext-curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 39a4fab5..5d9b31cd 100755 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ ], "require": { "php": ">=5.6.0", + "ext-curl": "*", "topthink/framework": "~5.0.24", "overtrue/wechat": "~3.1", "endroid/qr-code": "^1.9", -- Gitee