Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
{
2
  "name": "google/auth",
3
  "type": "library",
4
  "description": "Google Auth Library for PHP",
5
  "keywords": ["google", "oauth2", "authentication"],
6
  "homepage": "http://github.com/google/google-auth-library-php",
7
  "license": "Apache-2.0",
8
  "require": {
9
    "php": ">=5.4",
10
    "firebase/php-jwt": "~2.0|~3.0|~4.0",
11
    "guzzlehttp/guzzle": "~5.3|~6.0",
12
    "guzzlehttp/psr7": "~1.2",
13
    "psr/http-message": "^1.0",
14
    "psr/cache": "^1.0"
15
  },
16
  "require-dev": {
17
    "phpunit/phpunit": "3.7.*",
18
    "friendsofphp/php-cs-fixer": "^1.11"
19
  },
20
  "autoload": {
21
    "classmap": [
22
      "src/"
23
    ],
24
    "psr-4": {
25
      "Google\\Auth\\": "src"
26
    }
27
  }
28
}