{
    "name": "guzzle/http",
    "homepage": "http://guzzlephp.org/",
    "description": "HTTP libraries used by Guzzle",
    "keywords": ["http client", "http", "client", "Guzzle", "curl"],
    "license": "MIT",
    "require": {
        "php": ">=5.3.2",
        "guzzle/common": "self.version",
        "guzzle/parser": "self.version"
    },
    "autoload": {
        "psr-0": { "Guzzle\\Http": "" }
    },
    "target-dir": "Guzzle/Http"
}
