aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-20 11:28:47 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-20 11:29:50 +0100
commit0af22a64cb3ef6d5451668abb85b28a7df52ca51 (patch)
tree0f5e9d59ebae13c829e88949d786542eed6b3457 /composer.json
parent6ae2fe941f0305fb73a87cf7f378af792530ea3e (diff)
downloadnextcloud-server-0af22a64cb3ef6d5451668abb85b28a7df52ca51.tar.gz
nextcloud-server-0af22a64cb3ef6d5451668abb85b28a7df52ca51.zip
Require xmlreader via composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index a731178f199..db65564a9a3 100644
--- a/composer.json
+++ b/composer.json
@@ -14,8 +14,9 @@
"require": {
"ext-json": "*",
"ext-libxml": "*",
- "ext-pdo": "*"
- },
+ "ext-pdo": "*",
+ "ext-xmlreader": "*"
+ },
"require-dev": {
"nextcloud/coding-standard": "^0.3.0",
"vimeo/psalm": "^4.0"