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:
-rw-r--r--composer.json5
-rw-r--r--composer.lock5
2 files changed, 6 insertions, 4 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"
diff --git a/composer.lock b/composer.lock
index d86c148c1e7..f5476f42949 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "950378f8dee908b2b1cb146f0b368667",
+ "content-hash": "be39e6ce67fced2d72723f6343bbe352",
"packages": [],
"packages-dev": [
{
@@ -2963,7 +2963,8 @@
"platform": {
"ext-json": "*",
"ext-libxml": "*",
- "ext-pdo": "*"
+ "ext-pdo": "*",
+ "ext-xmlreader": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"