summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/google-api-client/vendor/google/auth/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/google-api-client/vendor/google/auth/composer.json')
-rw-r--r--Postman/Postman-Mail/google-api-client/vendor/google/auth/composer.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/Postman/Postman-Mail/google-api-client/vendor/google/auth/composer.json b/Postman/Postman-Mail/google-api-client/vendor/google/auth/composer.json
deleted file mode 100644
index 0e13606..0000000
--- a/Postman/Postman-Mail/google-api-client/vendor/google/auth/composer.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "google/auth",
- "type": "library",
- "description": "Google Auth Library for PHP",
- "keywords": ["google", "oauth2", "authentication"],
- "homepage": "http://github.com/google/google-auth-library-php",
- "license": "Apache-2.0",
- "require": {
- "php": ">=5.4",
- "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
- "guzzlehttp/guzzle": "~5.3.1|~6.0",
- "guzzlehttp/psr7": "~1.2",
- "psr/http-message": "^1.0",
- "psr/cache": "^1.0"
- },
- "require-dev": {
- "guzzlehttp/promises": "0.1.1|^1.3",
- "friendsofphp/php-cs-fixer": "^1.11",
- "phpunit/phpunit": "^4.8.36|^5.7",
- "sebastian/comparator": ">=1.2.3"
- },
- "autoload": {
- "psr-4": {
- "Google\\Auth\\": "src"
- }
- }
-}