diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-20 11:08:37 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-20 11:08:37 +0100 |
commit | 6ae2fe941f0305fb73a87cf7f378af792530ea3e (patch) | |
tree | b0b09ed14f63541a0f44a4c4ab680d0ee9abce88 /composer.lock | |
parent | f8a2c08c417fdc10fea27f6a3d67c72cce0967a4 (diff) | |
download | nextcloud-server-6ae2fe941f0305fb73a87cf7f378af792530ea3e.tar.gz nextcloud-server-6ae2fe941f0305fb73a87cf7f378af792530ea3e.zip |
Require libxml in composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 3 |
1 files changed, 2 insertions, 1 deletions
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": [], |