diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-12-23 20:03:08 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-05-03 10:10:28 +0200 |
commit | ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0 (patch) | |
tree | 6f6394cec7137f4dafadf6b8fbe1107962bdc16a /composer.json | |
parent | a31274623858ed48c4dc86bf042eef75afdafb2a (diff) | |
download | nextcloud-server-ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0.tar.gz nextcloud-server-ab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0.zip |
Add ext-zip as platform dependency
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 405aaca088b..51762b84098 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,9 @@ "ext-libxml": "*", "ext-pdo": "*", "ext-simplexml": "*", - "ext-xmlreader": "*" - }, + "ext-xmlreader": "*", + "ext-zip": "*" + }, "require-dev": { "nextcloud/coding-standard": "^0.5.0", "vimeo/psalm": "^4.0" |