summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: ed09d4e8d1615ab4601779d92816224e632dcece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
            }
        ]
    }
}