{
    "name": "pear/log",
    "type": "library",
    "description": "PEAR Logging Framework",
    "keywords": [
        "log",
        "logging"
    ],
    "license": "MIT",
    "require": {
        "php": ">=7.4",
        "pear/pear_exception": "1.0.1 || 1.0.2"
    },
    "archive": {
        "exclude": ["/README.rst"]
    },
    "autoload": {
        "psr-0": {
            "Log": "./"
        },
        "exclude-from-classmap": ["/examples/"]
    },
    "include-path": [
        ""
    ],
    "authors": [
        {
            "name": "Jon Parise",
            "email": "jon@php.net",
            "homepage": "https://www.indelible.org/",
            "role": "Developer"
        }
    ],
    "homepage": "https://pear.github.io/Log/",
    "support": {
        "issues": "https://github.com/pear/Log/issues",
        "source": "https://github.com/pear/Log"
    },
    "require-dev": {
        "phpunit/phpunit": "*",
        "rector/rector": "*"
    },
    "suggest": {
        "pear/db": "Install optionally via your project's composer.json"
    }
}
