summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 2ac2c15c3838a70c70c84940a35308c027ea3202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "pecl/xdiff",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "File differences/patches.",
    "require": {
        "php": ">=7.0.0"
    },
    "php-ext": {
        "extension-name": "xdiff",
        "configure-options": [
            {
                "name": "with-xdiff",
                "description": "libxdiff library installation dir",
                "needs-value": false
            }
        ]
    }
}