{
    "name": "cx9/health-check-bundle",
    "type": "symfony-bundle",
    "description": "Symfony bundle for comprehensive health checks in CX9 applications",
    "keywords": ["symfony", "bundle", "health-check", "monitoring", "cx9"],
    "license": "proprietary",
    "authors": [
        {
            "name": "Marius Lenz",
            "email": "m.lenz@cx9.de"
        }
    ],
    "require": {
        "php": ">=7.4",
        "symfony/framework-bundle": "^5.0|^6.0",
        "symfony/http-client": "^5.0|^6.0",
        "symfony/config": "^5.0|^6.0",
        "symfony/dependency-injection": "^5.0|^6.0",
        "doctrine/orm": "^2.10",
        "doctrine/dbal": "^3.0",
        "friendsofsymfony/rest-bundle": "^3.0",
        "psr/log": "^1.0|^2.0|^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0|^10.0"
    },
    "autoload": {
        "psr-4": {
            "Cx9\\HealthCheckBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cx9\\HealthCheckBundle\\Tests\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "main"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}