summaryrefslogtreecommitdiffstats
path: root/plugins/zipdownload
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-12 16:14:29 +0100
committerRemi Collet <remi@php.net>2025-12-12 16:14:29 +0100
commitc082411c992b3e182d30cc08133db5e14b6e1633 (patch)
treed5036ff35df4ad5505eb6e26bd360d40f3a8e956 /plugins/zipdownload
parentf0e787a353049cf93f99bb519e6b8d7c970e6554 (diff)
update to 1.7-rcHEADmaster
raise dependency on PHP 8.1
Diffstat (limited to 'plugins/zipdownload')
-rw-r--r--plugins/zipdownload/composer.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json
index f5b5ab5..0f9aa2a 100644
--- a/plugins/zipdownload/composer.json
+++ b/plugins/zipdownload/composer.json
@@ -3,7 +3,7 @@
"type": "roundcube-plugin",
"description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file. Supports mbox and maildir format.",
"license": "GPL-3.0-or-later",
- "version": "3.4",
+ "version": "3.5",
"authors": [
{
"name": "Thomas Bruederli",
@@ -16,15 +16,14 @@
"role": "Lead"
}
],
- "repositories": [
- {
- "type": "composer",
- "url": "https://plugins.roundcube.net"
- }
- ],
"require": {
"php": ">=7.3.0",
- "roundcube/plugin-installer": ">=0.1.3",
+ "roundcube/plugin-installer": "~0.3.5",
"ext-zip": "*"
+ },
+ "autoload": {
+ "classmap": [
+ "zipdownload.php"
+ ]
}
}