From f054d314582fde6aa9a32822be11072729ff029b Mon Sep 17 00:00:00 2001 From: "kouhei.takemoto" Date: Tue, 14 Jul 2020 23:12:28 +0900 Subject: [PATCH] =?UTF-8?q?composer=E3=81=AE=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0d2a634..0a5b00d 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,7 @@ "ext-mbstring": "*", "ext-posix": "*", "ext-json": "*", - "ext-pdo": "*", - "ext-redis": "*", - "ext-memcached": "*" + "ext-pdo": "*" }, "require-dev": { "php": "^7.3",