diff options
Diffstat (limited to 'plugins/new_user_identity/composer.json')
-rw-r--r-- | plugins/new_user_identity/composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/new_user_identity/composer.json b/plugins/new_user_identity/composer.json index 249db6a..15aed34 100644 --- a/plugins/new_user_identity/composer.json +++ b/plugins/new_user_identity/composer.json @@ -2,8 +2,8 @@ "name": "roundcube/new_user_identity", "type": "roundcube-plugin", "description": "Populates a new user's default identity from LDAP on their first visit.", - "license": "GPLv3+", - "version": "1.1", + "license": "GPL-3.0-or-later", + "version": "1.2", "authors": [ { "name": "Aleksander Machniak", @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3" } } |