{
    "name": "smartsupp/php-partner-client",
    "description": "API client allows to register and login (obtain API key) from Smartsupp partner API.",
    "type": "library",
    "keywords": [
        "chat"
    ],
    "homepage": "https://www.smartsupp.com/",
    "authors": [
        {
            "name": "Marek Gach",
            "role": "lead"
        }
    ],
    "support": {
        "issues": "https://github.com/smartsupp/php-partner-client/issues",
        "wiki": "https://github.com/smartsupp/php-partner-client/wiki",
        "source": "https://github.com/smartsupp/php-partner-client"
    },
    "autoload": {
        "psr-0": {"Smartsupp": "src/"}
    },
    "require": {
        "php": ">=5.3.2"
    },
    "require-dev": {
      "phpunit/phpunit": "4.8.*"
    }
}
