Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-26 17:15:55 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-26 17:16:16 +0300
commitef26c1aedd6eaf76646a4a714cda9a076ccf80f3 (patch)
tree4916111c599869764697629729f053c1b02c2162 /composer.json
parent54e3beba165739c480730f797e2b386b12a92713 (diff)
Require ext-simplexml via composer
This makes phpunit (and static analysis?) happy 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 db65564a9a3..1d7195a0b95 100644
--- a/composer.json
+++ b/composer.json
@@ -15,6 +15,7 @@
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*",
+ "ext-simplexml": "*",
"ext-xmlreader": "*"
},
"require-dev": {