diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-20 11:28:47 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-20 11:29:50 +0100 |
commit | 0af22a64cb3ef6d5451668abb85b28a7df52ca51 (patch) | |
tree | 0f5e9d59ebae13c829e88949d786542eed6b3457 /composer.lock | |
parent | 6ae2fe941f0305fb73a87cf7f378af792530ea3e (diff) | |
download | nextcloud-server-0af22a64cb3ef6d5451668abb85b28a7df52ca51.tar.gz nextcloud-server-0af22a64cb3ef6d5451668abb85b28a7df52ca51.zip |
Require xmlreader via composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 5 |
1 files changed, 3 insertions, 2 deletions
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" |