diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-17 15:04:24 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-17 15:04:24 +0100 |
| commit | a35a0663676833f4ba626400010cc87c7031bf09 (patch) | |
| tree | bb2d83079808b23b29cdf2150381067d751db22e /composer.json | |
| parent | 505a252267d1c0f222fdd7dbdc14d8469f0d8be2 (diff) | |
sources from github
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..31faebd --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "m6w6/ext-pq", + "type": "php-ext", + "license": "BSD-2-Clause", + "description": "PostgreSQL client library (libpq) binding", + "require": { + "php": ">= 7.0.0", + "ext-raphf": "*" + }, + "php-ext": { + "extension-name": "pq" + } +} |
