forked from northox/roundcube-yubikey-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 872 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
{
"name": "northox/roundcube-yubikey-plugin",
"type": "roundcube-plugin",
"description": "A plugin to use Yubico's Yubikey 2nd factor with Roundcube webmail.",
"keywords": ["password","security","yubico","yubikey","authentication","factor", "OTP", "token", "login"],
"homepage": "https://github.com/northox/roundcube-yubikey-plugin",
"license": "GPL2",
"authors": [
{
"name": "Danny Fullerton",
"homepage": "https://mantor.org/~northox/"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.6"
},
"extra": {
"roundcube": {
"min-version": "0.7.0",
"max-version": "10.21"
}
}
}