From ecf0c0a1e379ed5562d884ce6c2c9f39d175fac8 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 19 Jan 2023 02:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20ext-pdo=20=E8=A6=81?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 91edd7c..4289229 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "spiral/roadrunner": "^2.8.2", "symfony/psr-http-message-bridge": "^2.1", "yansongda/laravel-pay": "~3.2.0", - "ext-bcmath": "*" + "ext-bcmath": "*", + "ext-pdo": "*" }, "require-dev": { "beyondcode/laravel-query-detector": "^1.6",