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:
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"