-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
33 lines (33 loc) · 937 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
{
"name": "msp/twofactorauth",
"description": "Two Factor Authentication module for Magento2 - Member of MageSpecialist SecuritySuite",
"require": {
"php": "^7.0|^7.1",
"msp/security-suite-common": "^2.0",
"magento/magento-composer-installer": "*",
"christian-riesen/base32": "^1.3",
"spomky-labs/otphp": "~8.3",
"endroid/qrcode": "^2.5",
"donatj/phpuseragentparser": "~0.7",
"yubico/u2flib-server": "^1.0"
},
"suggest": {
"msp/security-suite": "Full MageSpecialist Security Suite"
},
"authors": [
{
"name": "Riccardo Tempesta",
"email": "riccardo.tempesta@magespecialist.it"
}
],
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MSP\\TwoFactorAuth\\": ""
}
}
}