Browse code

Created repository.

DoubleBastionAdmin authored on 26/01/2022 20:24:40
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+{
2
+    "name": "roundcube/autologout",
3
+    "type": "roundcube-plugin",
4
+    "description": "Plugin to auto log out users with a POST request sent from an external site.",
5
+    "license": "GPLv3+",
6
+    "version": "1.0",
7
+    "authors": [
8
+        {
9
+            "name": "Double Bastion LLC",
10
+            "email": "contact@doublebastion.com"
11
+        }
12
+    ],
13
+    "require": {
14
+        "php": ">=7.3.0",
15
+        "roundcube/plugin-installer": ">=0.1.3"
16
+    }
17
+}