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-20 13:28:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-20 13:29:50 +0300
commit0af22a64cb3ef6d5451668abb85b28a7df52ca51 (patch)
tree0f5e9d59ebae13c829e88949d786542eed6b3457 /composer.json
parent6ae2fe941f0305fb73a87cf7f378af792530ea3e (diff)
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"