diff options
Diffstat (limited to 'plugins/squirrelmail_usercopy/composer.json')
-rw-r--r-- | plugins/squirrelmail_usercopy/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/squirrelmail_usercopy/composer.json b/plugins/squirrelmail_usercopy/composer.json index f91f43d..a9342f1 100644 --- a/plugins/squirrelmail_usercopy/composer.json +++ b/plugins/squirrelmail_usercopy/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/squirrelmail_usercopy", "type": "roundcube-plugin", "description": "Copy a new users identity and settings from a nearby Squirrelmail installation", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "1.6", "authors": [ { @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3" } } |