summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-20 11:08:37 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-20 11:08:37 +0100
commit6ae2fe941f0305fb73a87cf7f378af792530ea3e (patch)
treeb0b09ed14f63541a0f44a4c4ab680d0ee9abce88 /composer.json
parentf8a2c08c417fdc10fea27f6a3d67c72cce0967a4 (diff)
downloadnextcloud-server-6ae2fe941f0305fb73a87cf7f378af792530ea3e.tar.gz
nextcloud-server-6ae2fe941f0305fb73a87cf7f378af792530ea3e.zip
Require libxml in composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 36faa4eaf21..a731178f199 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,7 @@
},
"require": {
"ext-json": "*",
+ "ext-libxml": "*",
"ext-pdo": "*"
},
"require-dev": {