Skip to content

Commit

Permalink
update grpc dependency to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Sep 1, 2017
1 parent c9dd450 commit 02b598e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"require": {
"php": ">=5.5.0",
"grpc/grpc": "v1.3.2"
"google/protobuf": "v3.4.0",
"grpc/grpc": "v1.6.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 02b598e

Please sign in to comment.