{
  "name": "webmaso/oauth2-webmaso-cms",
  "description": "A Webmaso CMS provider for league/oauth2-client",
  "keywords": [
    "oauth",
    "oauth2",
    "client",
    "authorization",
    "authentication",
    "idp",
    "identity",
    "sso",
    "single sign on",
    "webmaso",
    "webmaso cms"
  ],
  "homepage": "http://webmaso.org.uk",
  "license": "MIT",
  "authors": [
    {
      "name": "Webmaso Signage Ltd",
      "homepage": "https://webmaso.org.uk"
    }
  ],
  "require": {
    "php": ">=5.6.0",
    "league/oauth2-client": "^2.4",
    "psr/log": "1.1.*"
  },
  "require-dev": {
    "monolog/monolog": "^1.22"
  },
  "autoload": {
    "psr-4": { "Webmaso\\OAuth2\\Client\\" : "src/" }
  }
}
