{
    "name": "orchard/apiclient",
    "type": "library",
    "description": "Thin wrapper to access our api",
    "keywords": ["guzzle", "apiclient"],
    "homepage": "https://github.com/theorchard/apiclient",
    "license": "MIT",
    "authors": [
        {
            "name": "Orchard API Team",
            "email": "vapi-team@theorchard.com"
        }
    ],
    "require": {
        "php": ">=5.3.2",
        "guzzle/guzzle": "~3.9.0"
    },
    "autoload": {
        "psr-4": {
            "Orchard\\ApiClient\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "4.5.*"
    }
}
