{ "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" } }