Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-23 22:03:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-05-03 11:10:28 +0300
commitab3424ad448bcd4e5a10c286c3ab9b8b6e02d9c0 (patch)
tree6f6394cec7137f4dafadf6b8fbe1107962bdc16a /composer.json
parenta31274623858ed48c4dc86bf042eef75afdafb2a (diff)
Add ext-zip as platform dependency
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
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"