1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Use global constant if available for libpq version (#11684)

This commit is contained in:
Dan Wallis 2023-10-11 13:19:31 +01:00 committed by GitHub
parent 9a407b5ad3
commit c827c93b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -998,6 +998,8 @@ pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off',
['lib-pgsql-libpq' => '12.2'],
[],
[['PGSQL_LIBPQ_VERSION', null, '12.2']],
],
'pdo_pgsql' => [
'pdo_pgsql',