diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d8294eb --- /dev/null +++ b/composer.json @@ -0,0 +1,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" + } +} |
