97f4378
{
97f4378
  "name": "google/auth",
97f4378
  "type": "library",
97f4378
  "description": "Google Auth Library for PHP",
97f4378
  "keywords": ["google", "oauth2", "authentication"],
97f4378
  "homepage": "http://github.com/google/google-auth-library-php",
97f4378
  "license": "Apache-2.0",
97f4378
  "require": {
97f4378
    "php": ">=5.4",
ea1d20d
    "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
ea1d20d
    "guzzlehttp/guzzle": "~5.3.1|~6.0",
ea1d20d
    "guzzlehttp/psr7": "^1.2",
97f4378
    "psr/http-message": "^1.0",
97f4378
    "psr/cache": "^1.0"
97f4378
  },
97f4378
  "require-dev": {
ea1d20d
    "guzzlehttp/promises": "0.1.1|^1.3",
ea1d20d
    "friendsofphp/php-cs-fixer": "^1.11",
ea1d20d
    "phpunit/phpunit": "^4.8.36|^5.7",
ea1d20d
    "sebastian/comparator": ">=1.2.3",
ea1d20d
    "phpseclib/phpseclib": "^2"
ea1d20d
  },
ea1d20d
  "suggest": {
ea1d20d
    "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2."
97f4378
  },
97f4378
  "autoload": {
97f4378
    "psr-4": {
97f4378
      "Google\\Auth\\": "src"
97f4378
    }
97f4378
  }
97f4378
}