aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-04-30 09:25:45 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-04-30 09:26:19 -0700
commit0e08aed61c022f84ab80306565bf71b8e8613ff0 (patch)
tree3fcc55df6f6199bdf964a4c8bccc0738e18a9696 /src/php/composer.json
parent6d42a73bb984e19eb1bf84e2a952eec861cea464 (diff)
add php service account credentials auth interop test, tested against cloud server
Diffstat (limited to 'src/php/composer.json')
-rw-r--r--src/php/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index 3c0cb37231..ba7a1302f2 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -5,7 +5,8 @@
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"require": {
- "php": ">=5.5.0"
+ "php": ">=5.5.0",
+ "google/auth": "dev-master"
},
"autoload": {
"psr-4": {