{
  "name": "heyloyalty/hl-phpclient",
  "description": "php client for heyloyalty rest api",
  "license": "GPL-2.0",
  "homepage": "https://github.com/Heyloyalty/api",
  "type": "library",
  "keywords": [
    "rest",
    "api",
    "email",
    "marketing"
  ],
  "require" : {
    "php": ">=5.4",
    "ext-curl":"*"
  },
  "require-dev": {
    "phpunit/phpunit": "~4|~5"
  },
  "authors": [
    {
      "name": "René Skou",
      "email": "skou.rene@gmail.com",
      "homepage": "https://github.com/SkouRene",
      "role": "System developer"
    }
  ],
  "support": {
    "email":"support@heyloyalty.com",
    "issues":"https://github.com/SkouRene/HL-phpclient/issues",
    "docs":"https://github.com/SkouRene/HL-phpclient"
  },
  "minimum-stability": "stable",
  "autoload": {
    "psr-4": {
      "Phpclient\\": "src/HL-phpclient/"
    }
  }
}
