From c082411c992b3e182d30cc08133db5e14b6e1633 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Dec 2025 16:14:29 +0100 Subject: update to 1.7-rc raise dependency on PHP 8.1 --- plugins/autologout/composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'plugins/autologout') 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" + ] } } -- cgit