summaryrefslogtreecommitdiffstats
path: root/plugins/managesieve/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/managesieve/composer.json')
-rw-r--r--plugins/managesieve/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json
index f2bad8e..534cbc5 100644
--- a/plugins/managesieve/composer.json
+++ b/plugins/managesieve/composer.json
@@ -2,8 +2,8 @@
"name": "roundcube/managesieve",
"type": "roundcube-plugin",
"description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.",
- "license": "GPLv3+",
- "version": "9.3",
+ "license": "GPL-3.0-or-later",
+ "version": "9.4",
"authors": [
{
"name": "Aleksander Machniak",
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.3.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"pear/net_sieve": "~1.4.4"
}