{
    "name": "web-auth/webauthn-symfony-bundle",
    "type": "symfony-bundle",
    "license": "MIT",
    "description": "FIDO2/Webauthn Security Bundle For Symfony",
    "keywords": ["FIDO", "FIDO2", "webauthn"],
    "homepage": "https://github.com/web-auth",
    "authors": [
        {
            "name": "Florent Morselli",
            "homepage": "https://github.com/Spomky"
        },
        {
            "name": "All contributors",
            "homepage": "https://github.com/web-auth/webauthn-symfony-bundle/contributors"
        }
    ],
    "require": {
        "spomky-labs/cbor-bundle": "^2.0",
        "symfony/config": "^4.4|^5.0",
        "symfony/dependency-injection": "^4.4|^5.0",
        "symfony/framework-bundle": "^4.4|^5.0",
        "web-auth/webauthn-lib": "self.version",
        "web-token/jwt-signature": "^2.0.9"
    },
    "autoload": {
        "psr-4": {
            "Webauthn\\Bundle\\": "src/"
        }
    }
}
