-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
52 lines (52 loc) · 1.4 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "novactive/ez2fabundle",
"description": "Novactive eZ 2FA Bundle is an eZ Platform bundle that provides two-factor authentication for your ezplatform project",
"keywords": [
"two-factor",
"authentication",
"ezpublish",
"novactive",
"ezplatform"
],
"homepage": "https://github.com/Novactive/NovaeZ2FABundle",
"type": "ezplatform-bundle",
"authors": [
{
"name": "Novactive",
"homepage": "https://www.novactive.us",
"email": "[email protected]"
},
{
"name": "Sebastien Morel",
"homepage": "https://github.com/Plopix",
"email": "[email protected]"
}
],
"license": [
"MIT"
],
"require": {
"php": "^7.3",
"scheb/2fa-bundle": "^5.0",
"scheb/2fa-google-authenticator": "^5.0",
"scheb/2fa-totp": "^5.0",
"scheb/2fa-trusted-device": "^5.0",
"scheb/2fa-backup-code": "^5.0",
"scheb/2fa-email": "^5.0",
"bacon/bacon-qr-code": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZ2FABundle\\": "bundle"
}
},
"extra": {
"thanks": {
"name": "ezsystems/ezplatform",
"url": "https://github.com/ezsystems/ezplatform"
}
}
}