diff options
Diffstat (limited to 'plugins/attachment_reminder')
-rw-r--r-- | plugins/attachment_reminder/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/attachment_reminder/composer.json b/plugins/attachment_reminder/composer.json index 11e9ffb..f512411 100644 --- a/plugins/attachment_reminder/composer.json +++ b/plugins/attachment_reminder/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/attachment_reminder", "type": "roundcube-plugin", "description": "This Roundcube plugin reminds the user to attach a file if the composed message text indicates that there should be any.", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "1.1", "authors": [ { @@ -23,7 +23,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3" } } |