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.lock | |
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.lock')
-rw-r--r-- | composer.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index ef23a831f7f..88c8b05fe0c 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": "4970547e139d7ea77cd8b6d38c729084", + "content-hash": "9e703ab133e8363e26a67dbd639a297c", "packages": [], "packages-dev": [ { @@ -3032,7 +3032,8 @@ "ext-libxml": "*", "ext-pdo": "*", "ext-simplexml": "*", - "ext-xmlreader": "*" + "ext-xmlreader": "*", + "ext-zip": "*" }, "platform-dev": [], "plugin-api-version": "2.0.0" |