diff options
Diffstat (limited to 'plugins/enigma/composer.json')
-rw-r--r-- | plugins/enigma/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json index 369857d..4a6090e 100644 --- a/plugins/enigma/composer.json +++ b/plugins/enigma/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/enigma", "type": "roundcube-plugin", "description": "Server-side PGP Encryption for Roundcube", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "0.8", "authors": [ { @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": "~0.1.6", "pear/crypt_gpg": "~1.6.3" } |