{
    "name": "wheniwork/wheniwork-api",
    "description": "Client library for the When I Work scheduling and attendance platform.",
    "license": "MIT",
    "require-dev": {
      "phpunit/phpunit": "4.4.*"
    },
    "require": {
        "php": ">=5.3"
    },
    "autoload": {
        "psr-0": { "Wheniwork": "src/" }
    },
    "homepage": "https://github.com/dolfelt/wheniwork-api-php",
    "authors": [
        {
            "name": "Daniel Olfelt"
        }
    ]

}
