From 6d4755d8c98a62cf6295fbc94a13e775c872b325 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 27 Jul 2023 18:13:37 +0800 Subject: [PATCH] fix pgsql dependency --- config/ext.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index fd3a14c5..1332a2a0 100644 --- a/config/ext.json +++ b/config/ext.json @@ -238,7 +238,8 @@ "type": "builtin", "arg-type": "with-prefix", "ext-depends": [ - "pdo" + "pdo", + "pgsql" ], "lib-depends": [ "postgresql"