MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/lead_cafsinfotech.com/vendor/scheb/2fa-bundle/composer.json
{
    "name": "scheb/2fa-bundle",
    "type": "symfony-bundle",
    "description": "A generic interface to implement two-factor authentication in Symfony applications",
    "keywords": ["2fa", "two-factor", "two-step", "authentication", "symfony"],
    "homepage": "https://github.com/scheb/2fa",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Scheb",
            "email": "me@christianscheb.de"
        }
    ],
    "require": {
        "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
        "ext-json": "*",
        "symfony/config": "^5.4 || ^6.0",
        "symfony/dependency-injection": "^5.4 || ^6.0",
        "symfony/event-dispatcher": "^5.4 || ^6.0",
        "symfony/framework-bundle": "^5.4 || ^6.0",
        "symfony/http-foundation": "^5.4 || ^6.0",
        "symfony/http-kernel": "^5.4 || ^6.0",
        "symfony/property-access": "^5.4 || ^6.0",
        "symfony/security-bundle": "^5.4 || ^6.0",
        "symfony/twig-bundle": "^5.4 || ^6.0"
    },
    "autoload": {
        "psr-4": {
            "Scheb\\TwoFactorBundle\\": ""
        }
    },
    "suggest": {
        "scheb/2fa-backup-code": "Emergency codes when you have no access to other methods",
        "scheb/2fa-email": "Send codes by email",
        "scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
        "scheb/2fa-google-authenticator": "Google Authenticator support",
        "scheb/2fa-trusted-device": "Trusted devices support"
    },
    "conflict": {
        "scheb/two-factor-bundle": "*",
        "symfony/security-core": "^7"
    }
}