diff options
Diffstat (limited to 'plugins/autologout')
| -rw-r--r-- | plugins/autologout/composer.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/autologout/composer.json b/plugins/autologout/composer.json index 98ab1d9..261b09b 100644 --- a/plugins/autologout/composer.json +++ b/plugins/autologout/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/autologout", "type": "roundcube-plugin", "description": "Plugin to auto log out users with a POST request sent from an external site.", - "license": "GPLv3+", + "license": "GPL-3.0-or-later", "version": "1.0", "authors": [ { @@ -12,6 +12,11 @@ ], "require": { "php": ">=7.3.0", - "roundcube/plugin-installer": ">=0.1.3" + "roundcube/plugin-installer": "~0.3.5" + }, + "autoload": { + "classmap": [ + "autologout.php" + ] } } |
