change swoole-pgsql as alternative

This commit is contained in:
crazywhalecc
2023-08-21 18:30:26 +08:00
committed by Jerry Ma
parent 21a4ba7478
commit 4766ae146f
2 changed files with 5 additions and 4 deletions

View File

@@ -370,14 +370,14 @@
"arg-type": "custom",
"cpp-extension": true,
"lib-depends": [
"openssl",
"pqsql"
"openssl"
],
"ext-depends": [
"openssl"
],
"ext-suggests": [
"curl"
"curl",
"pgsql"
],
"unix-only": true
},