diff options
Diffstat (limited to 'plugins/emoticons/composer.json')
-rw-r--r-- | plugins/emoticons/composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/emoticons/composer.json b/plugins/emoticons/composer.json index 30dd392..2f95f60 100644 --- a/plugins/emoticons/composer.json +++ b/plugins/emoticons/composer.json @@ -2,8 +2,8 @@ "name": "roundcube/emoticons", "type": "roundcube-plugin", "description": "Plugin that adds emoticons support.", - "license": "GPLv3+", - "version": "2.0", + "license": "GPL-3.0-or-later", + "version": "3.0", "authors": [ { "name": "Thomas Bruederli", @@ -23,7 +23,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3" } } |