-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
32 lines (32 loc) · 853 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": "mmvi/twofactor_webauthn",
"description": "This RoundCube plugin adds WebAuthn/FIDO2 verification to the login process",
"keywords": [ "login", "authentication", "security", "webauthn", "fido" ],
"homepage": "https://github.com/bartnv/twofactor_webauthn",
"type": "roundcube-plugin",
"license": "GPL-3.0+",
"version": "1.3",
"authors": [
{
"name": "Bart Noordervliet",
"email": "[email protected]",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=7.0",
"roundcube/plugin-installer": ">=0.1.6"
},
"extra": {
"roundcube": {
"min-version": "1.4"
}
},
"minimum-stability": "stable"
}