{
    "name": "concrete5/monolog-cascade",
    "license": "MIT",
    "type": "library",
    "description": "Monolog extension to configure multiple loggers in the blink of an eye and access them from anywhere",
    "keywords": ["monolog", "cascade", "monolog extension", "monolog plugin", "monolog utils", "logger", "log"],
    "authors": [
        {
            "name": "Raphaël Antonmattei",
            "email": "rantonmattei@theorchard.com",
            "homepage": "https://github.com/rantonmattei"
        },
        {
            "name": "Korvin Szanto",
            "email": "korvin@portlandlabs.com"
        }
    ],
    "homepage": "https://github.com/theorchard/monolog-cascade",
    "require": {
        "php": "^7.3 || ^8.0",
        "symfony/config": "^2.7 || ^3.0 || ^4.0 || ^5.0",
        "symfony/options-resolver": "^2.7 || ^3.0 || ^4.0 || ^5.0",
        "symfony/serializer": "^2.7 || ^3.0 || ^4.0 || ^5.0",
        "symfony/yaml": "^3.0 || ^4.0 || ^5.0",
        "monolog/monolog": "^1.13"
    },
    "autoload": {
        "psr-4": {
            "Cascade\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cascade\\Tests\\": "tests/"
        }
    },
    "require-dev": {
        "mikey179/vfsstream": "^1.6.7",
        "phpunit/phpcov": "^8.2.0",
        "phpunit/phpunit": "^9",
        "php-coveralls/php-coveralls": "^v2.4.3",
        "squizlabs/php_codesniffer": "^3.6.0"
    },
    "prefer-stable": true,
    "extra": {
        "branch-alias": {
            "dev-master": "0.5.x-dev"
        }
    }
}
