new appraoch
This commit is contained in:
47
pancake/system/vendor/google/apiclient/composer.json
vendored
Executable file
47
pancake/system/vendor/google/apiclient/composer.json
vendored
Executable file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "google/apiclient",
|
||||
"type": "library",
|
||||
"description": "Client library for Google APIs",
|
||||
"keywords": ["google"],
|
||||
"homepage": "http://developers.google.com/api-client-library/php",
|
||||
"license": "Apache-2.0",
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"google/auth": "^1.28",
|
||||
"google/apiclient-services": "~0.200",
|
||||
"firebase/php-jwt": "~6.0",
|
||||
"monolog/monolog": "^2.9||^3.0",
|
||||
"phpseclib/phpseclib": "^3.0.2",
|
||||
"guzzlehttp/guzzle": "~6.5||~7.0",
|
||||
"guzzlehttp/psr7": "^1.8.4||^2.2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.0",
|
||||
"symfony/dom-crawler": "~2.1",
|
||||
"symfony/css-selector": "~2.1",
|
||||
"cache/filesystem-adapter": "^1.1",
|
||||
"phpcompatibility/php-compatibility": "^9.2",
|
||||
"composer/composer": "^1.10.22",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"suggest": {
|
||||
"cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Google\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/aliases.php"
|
||||
],
|
||||
"classmap": [
|
||||
"src/aliases.php"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "2.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user