Skip to content

Commit

Permalink
chore: allow for google/common-protos 2.0 (googleapis#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Jan 18, 2022
1 parent 8f0f5a1 commit d51a41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"grpc/grpc": "^1.13",
"google/protobuf": "^3.12.2",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.7.0|^2",
"google/common-protos": "^1.0"
"guzzlehttp/psr7": "^1.7.0||^2",
"google/common-protos": "^1.0||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
Expand Down

0 comments on commit d51a41b

Please sign in to comment.