diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-26 15:15:55 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-26 15:16:16 +0100 |
commit | ef26c1aedd6eaf76646a4a714cda9a076ccf80f3 (patch) | |
tree | 4916111c599869764697629729f053c1b02c2162 /composer.lock | |
parent | 54e3beba165739c480730f797e2b386b12a92713 (diff) | |
download | nextcloud-server-ef26c1aedd6eaf76646a4a714cda9a076ccf80f3.tar.gz nextcloud-server-ef26c1aedd6eaf76646a4a714cda9a076ccf80f3.zip |
Require ext-simplexml via composer
This makes phpunit (and static analysis?) happy
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 3b1aa683926..92944f2b4d9 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": "be39e6ce67fced2d72723f6343bbe352", + "content-hash": "dad26d14cb2d2c73421ba7ce9567cbff", "packages": [], "packages-dev": [ { @@ -2964,6 +2964,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-pdo": "*", + "ext-simplexml": "*", "ext-xmlreader": "*" }, "platform-dev": [], |