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.json1
-rw-r--r--composer.lock3
2 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 36faa4eaf21..a731178f199 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,7 @@
},
"require": {
"ext-json": "*",
+ "ext-libxml": "*",
"ext-pdo": "*"
},
"require-dev": {
diff --git a/composer.lock b/composer.lock
index f131d7972f8..d86c148c1e7 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": "e13ded744e614c48738e6ecc965d868e",
+ "content-hash": "950378f8dee908b2b1cb146f0b368667",
"packages": [],
"packages-dev": [
{
@@ -2962,6 +2962,7 @@
"prefer-lowest": false,
"platform": {
"ext-json": "*",
+ "ext-libxml": "*",
"ext-pdo": "*"
},
"platform-dev": [],