From 4545fe0d567e87ed34dcd7b72cbb6268b5ffea42 Mon Sep 17 00:00:00 2001 From: qbhy <96qbhy@gmail.com> Date: Mon, 27 Jul 2020 20:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=A2=AB=E9=BB=98=E8=AE=A4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- src/Foundation.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6c4302d..9d54635 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "doctrine/cache": "^1.6", "symfony/http-foundation": "^3.3|^4.0|^5.0", "guzzlehttp/guzzle": "^6.2", - "monolog/monolog": "^1.22|^2.0" + "monolog/monolog": "^1.22|^2.0", + "ext-curl": "*" }, "autoload": { "psr-4": { diff --git a/src/Foundation.php b/src/Foundation.php index 977dcc7..32366f5 100644 --- a/src/Foundation.php +++ b/src/Foundation.php @@ -40,8 +40,8 @@ public function __construct($config) error_reporting(E_ALL); } - $this->registerProviders(); $this->registerBase(); + $this->registerProviders(); $this->initializeLogger(); }