Skip to content

Commit fbf26eb

Browse files
jdpedriemichaelbausor
authored andcommitted
Fix auth version constraint (#46)
1 parent 4be0302 commit fbf26eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "BSD-3-Clause",
88
"require": {
99
"php": ">=5.5",
10-
"google/auth": "v0.11",
10+
"google/auth": "^0.11",
1111
"grpc/grpc": "v1.0.0"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)