forked from thomascube/roundcube-plugin-kolab-2fa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 847 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
{
"name": "kolab/kolab_2fa",
"type": "roundcube-plugin",
"description": "Kolab 2-Factor Authentication",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Thomas Bruederli",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Aleksander Machniak",
"email": "[email protected]",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": "~0.2.0",
"spomky-labs/otphp": "~5.0.0",
"endroid/qr-code": "~1.6.5",
"enygma/yubikey": "~3.2"
}
}