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.json | |
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.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index db65564a9a3..1d7195a0b95 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-pdo": "*", + "ext-simplexml": "*", "ext-xmlreader": "*" }, "require-dev": { |