{
    "name": "symfony/mercure",
    "type": "library",
    "description": "Symfony Mercure Component",
    "keywords": ["mercure", "push", "sse", "updates"],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Kévin Dunglas",
            "email": "dunglas@gmail.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": "^7.1.3",
        "symfony/http-client": "^4.3.5|^5.0"
    },
    "autoload": {
        "psr-4": { "Symfony\\Component\\Mercure\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "Symfony\\Component\\Mercure\\Tests\\": "tests/" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.3.x-dev"
        },
        "thanks": {
            "name": "dunglas/mercure",
            "url": "https://github.com/dunglas/mercure"
        }
    },
    "config": {
        "sort-packages": true
    },
    "suggest": {
        "symfony/stopwatch": "Integration with the profiler performances"
    },
    "require-dev": {
        "symfony/phpunit-bridge": "^4.2.4|^5.0",
        "symfony/stopwatch": "^4.3|^5.0"
    },
    "minimum-stability": "dev"
}
