From a4eb93430d80b21279f3158a2ec9bd86f3ef6141 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Apr 2026 17:07:07 +0200 Subject: add pie virtual provides drop pear/pecl dependency sources from github --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 composer.json (limited to 'composer.json') 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" + } +} -- cgit