diff options
Diffstat (limited to 'plugins/acl/composer.json')
-rw-r--r-- | plugins/acl/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/acl/composer.json b/plugins/acl/composer.json index 7b80e4e..1583435 100644 --- a/plugins/acl/composer.json +++ b/plugins/acl/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/acl", "type": "roundcube-plugin", "description": "IMAP Folders Access Control Lists Management (RFC4314, RFC2086).", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "1.8", "authors": [ { @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3" } } |