{
    "name": "asbiin/laravel-webauthn",
    "description": "Laravel Webauthn support",
    "keywords": [
        "laravel",
        "php",
        "webauthn",
        "security"
    ],
    "type": "library",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/asbiin/laravel-webauthn/issues",
        "source": "https://github.com/asbiin/laravel-webauthn"
    },
    "authors": [
        {
            "name": "Alexis Saettler",
            "email": "alexis@saettler.org"
        }
    ],
    "require": {
        "guzzlehttp/psr7": "^1.5 || ^2.0",
        "laravel/framework": "^5.8 || ^6.0 || ^7.0 || ^8.0",
        "php-http/discovery": "^1.6",
        "php-http/httplug": "^1.0 || ^2.0",
        "php-http/message": "^1.7",
        "psr/http-client": "^1.0",
        "thecodingmachine/safe": "^1.0",
        "web-auth/cose-lib": "^3.0",
        "web-auth/webauthn-lib": "^3.0",
        "web-token/jwt-signature": "^1.3 || ^2.0"
    },
    "require-dev": {
        "ext-sqlite3": "*",
        "laravel/legacy-factories": "^1.0",
        "nunomaduro/larastan": "^0.4 || ^0.5 || ^0.6 || ^0.7",
        "ocramius/package-versions": "^1.5 || ^2.0",
        "orchestra/testbench": "^3.5 || ^5.0 || ^6.0",
        "phpstan/phpstan-deprecation-rules": "^0.12",
        "phpstan/phpstan-phpunit": "^0.12",
        "phpstan/phpstan-strict-rules": "^0.12",
        "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
        "psalm/plugin-laravel": "^1.4",
        "thecodingmachine/phpstan-safe-rule": "^1.0",
        "vimeo/psalm": "^3.9 || ^4.0"
    },
    "suggest": {
        "php-http/client-implementation": "Recommended for the AndroidSafetyNet Attestation Statement support",
        "web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support",
        "web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
        "web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support"
    },
    "autoload": {
        "psr-4": {
            "LaravelWebauthn\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "LaravelWebauthn\\Tests\\": "tests"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "LaravelWebauthn\\SingletonServiceProvider",
                "LaravelWebauthn\\WebauthnServiceProvider"
            ]
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
