summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: d8294eb7b35a72b3dce7fc6eda5f63bb9450ffc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "pecl/xml-xmldiff",
    "type": "php-ext",
    "license": "BSD-2-Clause",
    "description": "The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.",
    "require": {
        "php": ">= 7.0.0"
    },
    "php-ext": {
        "extension-name": "xmldiff"
    }
}