{
    "name": "jbtronics/2fa-webauthn",
    "version": "3.1.0",
    "type": "symfony-bundle",
    "license": "MIT",
    "description": "Webauthn Two-Factor-Authentication Plugin for scheb/2fa",
    "keywords": ["2fa", "webauthn", "two-factor-authentication", "scheb-2fa", "symfony", "symfony-bundle"],
    "autoload": {
        "psr-4": {
            "Jbtronics\\TFAWebauthn\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Jan Böhmer",
            "email": "mail@jan-boehmer.de"
        }
    ],
    "require": {
        "php": "^8.4",
        "ext-json": "*",
        "symfony/framework-bundle": "^6.0|^7.0|^8.0",
        "scheb/2fa-bundle": "^6.0|^7.0|^8.0",
        "web-auth/webauthn-lib": "^5.3",
        "psr/log": "^3.0.0|^2.0.0",
        "symfony/psr-http-message-bridge": "^2.1|^6.1|^7.0|^8.0",
        "nyholm/psr7": "^1.5",
        "symfony/uid": "^6.0|^7.0|^8.0"
    },
    "require-dev": {
        "roave/security-advisories": "dev-latest",
        "phpunit/phpunit": "^9.5"
    }
}
