-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 998 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
37
38
{
"name": "novatio/silverstripe-security-hardener",
"description": "Module that makes it possible to enable login hardening from the admin. Makes use of (read: replaces) camfindlay/silverstripe-twofactorauth.",
"homepage": "https://novat.io",
"license": "BSD-3-Clause",
"type": "silverstripe-module",
"keywords": ["silverstripe", "2fa", "login", "lockout", "otp", "security", "authentication"],
"replace": {
"camfindlay/silverstripe-twofactorauth": "*",
"91carriage/2fa": "*"
},
"authors": [
{
"name": "Gabrijel Gavranovic",
"email": "[email protected]"
},
{
"name": "Cam Findlay",
"email": "[email protected]"
},
{
"name": "Fred Condo",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://oddnoc.github.io"
}
],
"require":
{
"silverstripe/framework": "^3.3.2 || ^3.2.4 || ^3.1.19",
"symfony/yaml": ">=3.4",
"rych/otp": "1.1.*",
"endroid/qr-code": "1.3.*"
},
"extra": {
"installer-name": "security-hardener"
}
}