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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json
index f2bad8e..74c0db2 100644
--- a/plugins/managesieve/composer.json
+++ b/plugins/managesieve/composer.json
@@ -2,7 +2,7 @@
"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+",
+ "license": "GPL-3.0-or-later",
"version": "9.3",
"authors": [
{
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.3.0",
+ "php": ">=5.4.0",
"roundcube/plugin-installer": ">=0.1.3",
"pear/net_sieve": "~1.4.4"
}