{
    "name": "spomky-labs/cbor-bundle",
    "description": "CBOR Encoder/Decoder Bundle for Symfony.",
    "type": "symfony-bundle",
    "license": "MIT",
    "keywords": ["CBOR", "Concise Binary Object Representation", "RFC7049", "Bundle", "Symfony"],
    "homepage": "https://github.com/spomky-labs",
    "authors": [
        {
            "name": "Florent Morselli",
            "homepage": "https://github.com/Spomky"
        },{
            "name": "All contributors",
            "homepage": "https://github.com/spomky-labs/cbor-bundle/contributors"
        }
    ],
    "autoload": {
        "psr-4": {
            "SpomkyLabs\\CborBundle\\":  "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SpomkyLabs\\CborBundle\\Tests\\":  "tests/"
        }
    },
    "require": {
        "php": ">=7.1",
        "spomky-labs/cbor-php": "^1.0|^2.0",
        "symfony/config": "^4.4|^5.0",
        "symfony/dependency-injection": "^4.4|^5.0",
        "symfony/http-kernel": "^4.4|^5.0"
    },
    "require-dev": {
        "symfony/framework-bundle": "^4.4|^5.0",
        "phpunit/phpunit": "^9.0",
        "symfony/phpunit-bridge": "^4.4|^5.0",
        "php-coveralls/php-coveralls": "^2.0",
        "phpstan/phpstan": "^0.12",
        "phpstan/phpstan-beberlei-assert": "^0.12",
        "phpstan/phpstan-deprecation-rules": "^0.12",
        "phpstan/phpstan-phpunit": "^0.12",
        "phpstan/phpstan-strict-rules": "^0.12",
        "thecodingmachine/phpstan-safe-rule": "^1.0@beta"
    },
    "config": {
        "sort-packages": true
    }
}
