diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ed09d4e --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "pecl/pcov", + "type": "php-ext", + "license": "PHP-3.01", + "description": "PCOV - CodeCoverage compatible driver for PHP", + "require": { + "php": ">= 7.1.0" + }, + "php-ext": { + "extension-name": "pcov", + "configure-options": [ + { + "name": "enable-pcov", + "description": "Enable php coverage support" + } + ] + } +} |
