From a3f3e11927301516acc22b5efe22d0832b248c6d Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 24 Mar 2019 10:17:02 +0800 Subject: [PATCH] Fix what I forgot --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e84e942c..c51f9d55 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": ">=7.1.8", "ext-zip": "*", "ext-openssl": "*", - "ext-aaaa": "*", + "ext-pdo": "*", "ext-mbstring": "*", "ext-tokenizer": "*", "ext-gd": "*",