{
    "name": "adrenth/raindrop-sdk",
    "description": "Hydro Raindrop SDK",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Alwin Drenth",
            "email": "adrenth@gmail.com"
        },
        {
            "name": "Ronald Drenth",
            "email": "ronalddrenth@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": "^7.0",
        "guzzlehttp/guzzle": "^6.3"
    },
    "require-dev": {
        "illuminate/support": "^5.5",
        "mikey179/vfsStream": "^1.6",
        "phpunit/phpunit": "^6.0"
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "autoload": {
        "psr-4": {
            "Adrenth\\Raindrop\\": "src/"
        },
        "exclude-from-classmap": [
            "/tests/"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "AdrenthTests\\Raindrop\\": "tests/"
        }
    }
}
