-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
34 lines (34 loc) · 957 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "gianlucagiacometti/toolbox",
"description": "Set of tools for Roundcube webmail",
"keywords": ["roundcubemail","postfixadmin","postfix","roundcube","purge","vacation","login","customize", "cloud", "google","onedrive","dropbox","cloud","database","sql","tools","out-of-office", "forward"],
"homepage": "https://github.com/gianlucagiacometti/roundcube-toolbox/",
"license": "GPL-3.0-or-later",
"type": "roundcube-plugin",
"version": "1.6.0",
"authors": [
{
"name": "Gianluca Giacometti",
"email": "[email protected]",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.4.0",
"roundcube/plugin-installer": ">=0.2.0"
},
"suggest": {
"piwik/device-detector": ">=3.10.2 required for tool SafeLogin"
},
"extra": {
"roundcube": {
"min-version": "1.5"
}
}
}