diff options
Diffstat (limited to 'plugins/identicon')
-rw-r--r-- | plugins/identicon/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/identicon/composer.json b/plugins/identicon/composer.json index 4f3661b..3f3909b 100644 --- a/plugins/identicon/composer.json +++ b/plugins/identicon/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/identicon", "type": "roundcube-plugin", "description": "Displays Github-like identicons for contacts/addresses without photo specified.", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "0.1", "authors": [ { @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "php-gd": "*", "roundcube/plugin-installer": ">=0.1.3" } |