forked from mzagmajster/mautic-googleauthenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.1 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "firemultimedia/mautic-totp-bundle",
"description": "This plugin adds generic time-based one-time password (TOTP) integration to mautic.",
"type": "mautic-plugin",
"license": "GPL-3.0-only",
"authors": [{
"name": "Henrique Rodrigues",
"email": "henrique@hostnet.com.br"
}, {
"name": "Pedro de Jesus",
"email": "web.pedrodejesus@gmail.com"
}, {
"name": "Volha Pivavarchyk",
"email": "volha@aivie.ch"
}, {
"name": "Matic Zagmajster",
"email": "maticzagmajster@gmail.com"
}, {
"name": "FireMultimedia B.V.",
"email": "support@firemultimedia.nl"
}],
"keywords": [
"mautic",
"plugin",
"integration",
"one-time password",
"OTP",
"Time-based one-time password",
"TOTP",
"Two-factor authentication",
"2FA"
],
"require": {
"php": "^8.1|^8.2",
"mautic/core-lib": "^5.0|^6.0|^7.0",
"chillerlan/php-qrcode": "^5.0"
},
"extra": {
"install-directory-name": "MauticTOTPBundle"
}
}