{
    "name": "web-auth/cose-lib",
    "type": "library",
    "license": "MIT",
    "description": "CBOR Object Signing and Encryption (COSE) For PHP",
    "keywords": ["COSE", "RFC8152"],
    "homepage": "https://github.com/web-auth",
    "authors": [
        {
            "name": "Florent Morselli",
            "homepage": "https://github.com/Spomky"
        },
        {
            "name": "All contributors",
            "homepage": "https://github.com/web-auth/cose/contributors"
        }
    ],
    "require": {
        "php": ">=8.1",
        "ext-json": "*",
        "ext-openssl": "*",
        "brick/math": "^0.9|^0.10|^0.11|^0.12",
        "spomky-labs/pki-framework": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "Cose\\": "src/"
        }
    },
    "require-dev": {
        "infection/infection": "^0.29",
        "phpstan/phpstan": "^1.7",
        "phpstan/phpstan-deprecation-rules": "^1.0",
        "phpstan/phpstan-phpunit": "^1.1",
        "phpstan/phpstan-strict-rules": "^1.2",
        "phpunit/phpunit": "^10.1|^11.0",
        "rector/rector": "^1.0",
        "symplify/easy-coding-standard": "^12.0",
        "symfony/phpunit-bridge": "^6.4|^7.0",
        "ekino/phpstan-banned-code": "^1.0",
        "php-parallel-lint/php-parallel-lint": "^1.3",
        "qossmic/deptrac": "^2.0",
        "phpstan/extension-installer": "^1.3"
    },
    "autoload-dev": {
        "psr-4": {
            "Cose\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "infection/extension-installer": true,
            "phpstan/extension-installer": true
        }
    },
    "suggest": {
        "ext-gmp": "For better performance, please install either GMP (recommended) or BCMath extension",
        "ext-bcmath": "For better performance, please install either GMP (recommended) or BCMath extension"
    }
}
