| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "msp/twofactorauth",
- "description": "Two Factor Authentication module for Magento2 - Member of MageSpecialist SecuritySuite",
- "version": "3.0.0",
- "require": {
- "php": "^7.0|^7.1|^7.2",
- "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"
- },
- "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\\": ""
- }
- }
- }
|