{
    "name": "web-auth/conformance-toolset",
    "type": "library",
    "license": "MIT",
    "description": "FIDO2/Webauthn Conformance Toolset",
    "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/conformance-toolset/contributors"
        }
    ],
    "require": {
        "beberlei/assert": "^3.2",
        "symfony/psr-http-message-bridge": "^1.2|^2.0",
        "web-auth/webauthn-symfony-bundle": "self.version"
    },
    "autoload": {
        "psr-4": {
            "Webauthn\\ConformanceToolset\\": "src/"
        }
    }
}
