MOON
Server: Apache
System: Linux res.emeff.ca 3.10.0-962.3.2.lve1.5.24.10.el7.x86_64 #1 SMP Wed Mar 20 07:36:02 EDT 2019 x86_64
User: accemeff (1004)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /home/accemeff/vendor/craftcms/oauth2-craftid/composer.json
{
  "name": "craftcms/oauth2-craftid",
  "description": "Craft OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  "license": "MIT",
  "authors": [
    {
      "name": "Pixel & Tonic",
      "homepage": "https://pixelandtonic.com/"
    }
  ],
  "keywords": [
    "oauth",
    "oauth2",
    "client",
    "authorization",
    "authentication",
    "cms",
    "craftcms",
    "craftid"
  ],
  "require": {
    "league/oauth2-client": "^2.2.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.0",
    "satooshi/php-coveralls": "^1.0",
    "squizlabs/php_codesniffer": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "craftcms\\oauth2\\client\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "craftcms\\oauth2\\client\\test\\": "tests/src/"
    }
  }
}