diff options
Diffstat (limited to 'plugins/userinfo')
-rw-r--r-- | plugins/userinfo/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/userinfo/composer.json b/plugins/userinfo/composer.json index 3c4573b..8672cea 100644 --- a/plugins/userinfo/composer.json +++ b/plugins/userinfo/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/userinfo", "type": "roundcube-plugin", "description": "Sample plugin that adds a new tab to the settings section to display some information about the current user.", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "1.2", "authors": [ { @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3" } } |