{
    "name": "php-http/logger-plugin",
    "description": "PSR-3 Logger plugin for HTTPlug",
    "license": "MIT",
    "keywords": ["logger", "http", "httplug", "plugin"],
    "homepage": "http://httplug.io",
    "authors": [
        {
            "name": "Márk Sági-Kazár",
            "email": "mark.sagikazar@gmail.com"
        }
    ],
    "require": {
        "php": "^7.0 || ^8.0",
        "psr/log": "^1.0 || ^2 || ^3",
        "php-http/client-common": "^1.9 || ^2.0",
        "php-http/message": "^1.0",
        "symfony/polyfill-php73": "^1.17"
    },
    "require-dev": {
        "phpspec/phpspec": "^5.1 || ^6.0"
    },
    "autoload": {
        "psr-4": {
            "Http\\Client\\Common\\Plugin\\": "src/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpspec run",
        "test-ci": "vendor/bin/phpspec run -c phpspec.yml.ci"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.2-dev"
        }
    }
}
