1{
2    "name": "google/apiclient",
3    "type": "library",
4    "description": "Client library for Google APIs",
5    "keywords": ["google"],
6    "homepage": "http://developers.google.com/api-client-library/php",
7    "license": "Apache-2.0",
8    "require": {
9        "php": "^5.6|^7.0|^8.0",
10        "google/auth": "^1.10",
11        "google/apiclient-services": "~0.200",
12        "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
13        "monolog/monolog": "^1.17||^2.0",
14        "phpseclib/phpseclib": "~2.0||^3.0.2",
15        "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
16        "guzzlehttp/psr7": "^1.8.4||^2.2.1"
17    },
18    "require-dev": {
19        "squizlabs/php_codesniffer": "~2.3",
20        "symfony/dom-crawler": "~2.1",
21        "symfony/css-selector": "~2.1",
22        "cache/filesystem-adapter": "^0.3.2|^1.1",
23        "phpcompatibility/php-compatibility": "^9.2",
24        "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
25        "composer/composer": "^1.10.22",
26        "yoast/phpunit-polyfills": "^1.0",
27        "phpspec/prophecy-phpunit": "^1.1||^2.0",
28        "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
29    },
30    "suggest": {
31        "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
32    },
33    "autoload": {
34        "psr-4": {
35            "Google\\": "src/"
36        },
37        "files": [
38            "src/aliases.php"
39        ],
40        "classmap": [
41            "src/aliases.php"
42        ]
43    },
44    "extra": {
45        "branch-alias": {
46            "dev-main": "2.x-dev"
47        }
48    }
49}
50