source: vendor/google/apiclient/composer.json

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 1.3 KB
Line 
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": "^8.0",
10 "google/auth": "^1.37",
11 "google/apiclient-services": "~0.350",
12 "firebase/php-jwt": "^6.0",
13 "monolog/monolog": "^2.9||^3.0",
14 "phpseclib/phpseclib": "^3.0.36",
15 "guzzlehttp/guzzle": "^7.4.5",
16 "guzzlehttp/psr7": "^2.6"
17 },
18 "require-dev": {
19 "squizlabs/php_codesniffer": "^3.8",
20 "symfony/dom-crawler": "~2.1",
21 "symfony/css-selector": "~2.1",
22 "cache/filesystem-adapter": "^1.1",
23 "phpcompatibility/php-compatibility": "^9.2",
24 "composer/composer": "^1.10.23",
25 "phpspec/prophecy-phpunit": "^2.1",
26 "phpunit/phpunit": "^9.6"
27 },
28 "suggest": {
29 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
30 },
31 "autoload": {
32 "psr-4": {
33 "Google\\": "src/"
34 },
35 "files": [
36 "src/aliases.php"
37 ],
38 "classmap": [
39 "src/aliases.php"
40 ]
41 },
42 "extra": {
43 "branch-alias": {
44 "dev-main": "2.x-dev"
45 }
46 }
47}
Note: See TracBrowser for help on using the repository browser.