summaryrefslogtreecommitdiffstats
path: root/plugins/zipdownload/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-07 12:40:30 +0100
committerRemi Collet <remi@php.net>2022-03-07 12:40:30 +0100
commit8290b52748f2c395a22997d16c88df67dad659ac (patch)
tree9ab9f4d4654ecf8e29453b2d423c114c8d104762 /plugins/zipdownload/composer.json
parentf1746fa3fd05ee8f251c175f91544b8e887720c1 (diff)
update to 1.6-beta
raise dependency on PHP 7.3 add patch to keep use default_host and smtp_server from https://github.com/roundcube/roundcubemail/pull/8467
Diffstat (limited to 'plugins/zipdownload/composer.json')
-rw-r--r--plugins/zipdownload/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json
index bd56cfb..f5b5ab5 100644
--- a/plugins/zipdownload/composer.json
+++ b/plugins/zipdownload/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"ext-zip": "*"
}