summaryrefslogtreecommitdiffstats
path: root/plugins/autologout
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-07 12:40:30 +0100
committerRemi Collet <remi@php.net>2022-03-07 12:40:30 +0100
commit8290b52748f2c395a22997d16c88df67dad659ac (patch)
tree9ab9f4d4654ecf8e29453b2d423c114c8d104762 /plugins/autologout
parentf1746fa3fd05ee8f251c175f91544b8e887720c1 (diff)
update to 1.6-beta
raise dependency on PHP 7.3 add patch to keep use default_host and smtp_server from https://github.com/roundcube/roundcubemail/pull/8467
Diffstat (limited to 'plugins/autologout')
-rw-r--r--plugins/autologout/composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/autologout/composer.json b/plugins/autologout/composer.json
new file mode 100644
index 0000000..98ab1d9
--- /dev/null
+++ b/plugins/autologout/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "roundcube/autologout",
+ "type": "roundcube-plugin",
+ "description": "Plugin to auto log out users with a POST request sent from an external site.",
+ "license": "GPLv3+",
+ "version": "1.0",
+ "authors": [
+ {
+ "name": "Cover Tower LLC",
+ "email": "contact@covertower.com"
+ }
+ ],
+ "require": {
+ "php": ">=7.3.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}