mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 00:05:37 +08:00
fix pgsql dependency
This commit is contained in:
@@ -238,7 +238,8 @@
|
|||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type": "with-prefix",
|
"arg-type": "with-prefix",
|
||||||
"ext-depends": [
|
"ext-depends": [
|
||||||
"pdo"
|
"pdo",
|
||||||
|
"pgsql"
|
||||||
],
|
],
|
||||||
"lib-depends": [
|
"lib-depends": [
|
||||||
"postgresql"
|
"postgresql"
|
||||||
|
|||||||
Reference in New Issue
Block a user