blob: 261b09beb2fcc1717a9a701fdede9a5d8d11ded0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "roundcube/autologout",
"type": "roundcube-plugin",
"description": "Plugin to auto log out users with a POST request sent from an external site.",
"license": "GPL-3.0-or-later",
"version": "1.0",
"authors": [
{
"name": "Cover Tower LLC",
"email": "contact@covertower.com"
}
],
"require": {
"php": ">=7.3.0",
"roundcube/plugin-installer": "~0.3.5"
},
"autoload": {
"classmap": [
"autologout.php"
]
}
}
|