forked from magespecialist/magespecialist_TwoFactorAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 795 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
{
"name": "msp/twofactorauth",
"version": "3.1.2",
"description": "Two Factor Authentication module for Magento2",
"require": {
"php": "^7.0|^7.1|^7.2|^7.3",
"magento/magento-composer-installer": "*",
"christian-riesen/base32": "^1.3",
"spomky-labs/otphp": "~8.3",
"endroid/qr-code": "^2.5",
"donatj/phpuseragentparser": "~0.7",
"yubico/u2flib-server": "^1.0"
},
"authors": [
{
"name": "Riccardo Tempesta",
"email": "riccardo.tempesta@magespecialist.it"
}
],
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MSP\\TwoFactorAuth\\": ""
}
}
}