forked from dennylin93/rcguard
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
36 lines (36 loc) · 972 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
35
36
{
"name": "dsoares/rcguard",
"type": "roundcube-plugin",
"description": "Roundcube plugin that enforces reCAPTCHA for users that have too many failed logins",
"keywords": ["mail","security","captcha"],
"homepage": "https://github.com/dsoares/rcguard/",
"license": "GPL-3.0+",
"authors": [
{
"name": "Denny Lin",
"email": "[email protected]",
"homepage": "https://github.com/dennylin93",
"role": "Developer"
},
{
"name": "Diana Soares",
"email": "[email protected]",
"homepage": "https://github.com/dsoares"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.2.1"
},
"extra": {
"roundcube": {
"min-version": "1.0",
"sql-dir": "SQL"
}
}
}