summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-06 17:07:07 +0200
committerRemi Collet <remi@php.net>2026-04-06 17:07:07 +0200
commita4eb93430d80b21279f3158a2ec9bd86f3ef6141 (patch)
tree5dc2614549bb16fbc75d915ad88c64a944ca8d1f /composer.json
parent321a95a254dd41e949d376bf2b86207d05ecf80f (diff)
add pie virtual providesHEADmaster
drop pear/pecl dependency sources from github
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
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"
+ }
+}