{
    "name": "gimler/guzzle-description-loader",
    "description": "Load guzzle service description from various file formats",
    "require": {
        "php": ">=5.5.0",
        "symfony/config": "~3.0",
        "symfony/yaml": "~3.0"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Gordon Franke",
            "email": "info@nevalon.de"
        },
        {
            "name": "Community",
            "homepage": "https://github.com/gimler/guzzle-description-loader/contributors"
        }
    ],
    "autoload": {
        "psr-4": {
            "Guzzle\\Service\\Loader\\": "src/"
        }
    }
}
