pdo_pgsql dependency

This commit is contained in:
Yuri Kuznetsov
2023-07-11 12:55:12 +03:00
parent 81f0b5ebe2
commit baa72e6f52
4 changed files with 39 additions and 8 deletions
+2 -1
View File
@@ -6,7 +6,6 @@
"license": "GPL-3.0-only",
"require": {
"php": ">=8.0.2 <8.3.0",
"ext-pdo_mysql": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-zip": "*",
@@ -55,6 +54,8 @@
"phpstan/phpstan": "^1.8"
},
"suggest": {
"ext-pdo_mysql": "*",
"ext-pdo_pgsql": "*",
"ext-bcmath": "*",
"ext-zmq": "*",
"ext-ldap": "*",