-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.43 KB
/
composer.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
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
53
54
{
"name": "novactive/ez2fabundle",
"description": "Novactive eZ 2FA Bundle is an Ibexa bundle that provides two-factor authentication for your Ibexa project",
"keywords": [
"two-factor",
"authentication",
"ezpublish",
"novactive",
"almaviacx",
"ezplatform",
"ibexa"
],
"homepage": "https://github.com/Novactive/NovaeZ2FABundle",
"type": "ibexa-bundle",
"authors": [
{
"name": "AlmaviaCX",
"homepage": "https://almaviacx.com/expertises/web-mobile/",
"email": "dirtech.web@almaviacx.com"
},
{
"name": "Sebastien Morel",
"homepage": "https://github.com/Plopix",
"email": "morel.seb@gmail.com"
}
],
"license": [
"MIT"
],
"require": {
"php": ">=8.3",
"scheb/2fa-bundle": "^7.0",
"scheb/2fa-google-authenticator": "^7.0",
"scheb/2fa-totp": "^7.0",
"scheb/2fa-trusted-device": "^7.0",
"scheb/2fa-backup-code": "^7.0",
"scheb/2fa-email": "^7.0",
"bacon/bacon-qr-code": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZ2FABundle\\": "bundle"
}
},
"extra": {
"thanks": {
"name": "ibexa/core",
"url": "https://github.com/ibexa/core"
}
}
}