| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/magento/module-two-factor-auth/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/magento/module-two-factor-auth/composer.json |
{
"name": "magento/module-two-factor-auth",
"description": "Two Factor Authentication module for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.6",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/magento-composer-installer": "*",
"magento/module-backend": "*",
"magento/module-authorization": "*",
"magento/module-config": "*",
"magento/module-store": "*",
"magento/module-ui": "*",
"magento/module-user": "*",
"magento/module-integration": "*",
"christian-riesen/base32": "^1.3",
"spomky-labs/otphp": "^11.2",
"endroid/qr-code": "^4.3.5",
"2tvenom/cborencode": "^1.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\TwoFactorAuth\\": ""
}
}
}