From 4a66919e5c67ec4a7536a3af42cc1f55eabe7c8f Mon Sep 17 00:00:00 2001 From: xboard Date: Sun, 19 Nov 2023 21:04:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dsqlite=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=95=B0=E6=8D=AE=E5=BA=93=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=BF=81=E7=A7=BB=E5=87=BA=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 6aa982e..f246752 100755 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "license": "MIT", "require": { "php": "^8.1", + "doctrine/dbal": "^3.7", "firebase/php-jwt": "^6.3", "google/cloud-storage": "^1.35", "google/recaptcha": "^1.2",