PHP: upgrade interop test google/auth version

This commit is contained in:
ZhouyihaiDing 2018-06-05 10:49:48 -07:00
parent 3b60506f1a
commit 28c6d6bdde
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"php": ">=5.5.0"
},
"require-dev": {
"google/auth": "v0.9"
"google/auth": "^v1.3.0"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension.",

View File

@ -8,7 +8,7 @@
"google/protobuf": "^v3.3.0"
},
"require-dev": {
"google/auth": "v0.9"
"google/auth": "^v1.3.0"
},
"autoload": {
"psr-4": {

View File

@ -11,7 +11,7 @@
"php": ">=5.5.0"
},
"require-dev": {
"google/auth": "v0.9"
"google/auth": "^v1.3.0"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension.",

View File

@ -10,7 +10,7 @@
"google/protobuf": "^v3.3.0"
},
"require-dev": {
"google/auth": "v0.9"
"google/auth": "^v1.3.0"
},
"autoload": {
"psr-4": {