{
    "name": "bdunogier/guzzle-site-authenticator",
    "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Bertrand Dunogier",
            "email": "bertrand.dunogier@gmail.com"
        }
    ],
    "require": {
        "guzzlehttp/guzzle": "^5.3.1",
        "psr/log": "^1.0.0",
        "symfony/config": "^4.4|^5.4|^6.0",
        "symfony/dependency-injection": "^4.4|^5.4|^6.0",
        "symfony/expression-language": "^4.4|^5.4|^6.0",
        "symfony/http-kernel": "^4.4|^5.4|^6.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.4.0",
        "monolog/monolog": "^2.3",
        "nyholm/symfony-bundle-test": "^2.0",
        "symfony/phpunit-bridge": "^6.0"
    },
    "autoload": {
        "psr-4": {
            "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
            "BD\\GuzzleSiteAuthenticator\\": "lib/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
