aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2016-07-15 11:21:35 -0700
committerGravatar GitHub <noreply@github.com>2016-07-15 11:21:35 -0700
commita2800298658a2cd2fd18cdd04d4590cfc36ce5a7 (patch)
tree9d2b8f0bf24ddb77e9ff3c64df4564f10843f69a
parentd00be51103105461633a58a393feab67212de9d7 (diff)
parent2a083033e2559ddb4bbba8ed595067cbd7d392b2 (diff)
Merge pull request #7402 from thinkerou/fix_auth_version
PHP: unify the version of google/auth
-rw-r--r--src/php/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index ca8e085fca..23bfcedbe6 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -9,7 +9,7 @@
"require": {
"php": ">=5.5.0",
"stanley-cheung/protobuf-php": "dev-master",
- "google/auth": "v0.7"
+ "google/auth": "v0.9"
},
"autoload": {
"psr-4": {