diff options
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" + } +} |
