{
    "name": "jenssegers/proxy",
    "description": "Proxy library that forwards requests to the desired url and returns the response.",
    "type": "library",
    "keywords": ["proxy"],
    "homepage": "https://github.com/jenssegers/php-proxy",
    "license": "MIT",
    "authors": [
        {
            "name": "Jens Segers",
            "homepage": "http://jenssegers.be"
        },
        {
            "name": "Ota Mares",
            "email": "o.mares@rebuy.de",
            "homepage": "http://www.rebuy.de"
        }
    ],
    "require": {
        "symfony/http-foundation": "~2.6",
        "guzzlehttp/guzzle": "~4.0|~5.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.4",
        "satooshi/php-coveralls": "~0.6",
        "mockery/mockery": "~0.9"
    },
    "autoload": {
        "psr-4": {
            "Proxy\\": "src"
        }
    }
}
