{
    "name": "scheb/2fa-trusted-device",
    "type": "library",
    "description": "Extends scheb/2fa-bundle with trusted devices support",
    "keywords": ["2fa", "two-factor", "two-step", "authentication", "symfony", "trusted-device"],
    "homepage": "https://github.com/scheb/2fa",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Scheb",
            "email": "me@christianscheb.de"
        }
    ],
    "require": {
        "scheb/2fa-bundle": "self.version",
        "lcobucci/jwt": "^3.4|^4.0"
    },
    "autoload": {
        "psr-4": {
            "Scheb\\TwoFactorBundle\\": ""
        }
    }
}
