Skip to content

Commit

Permalink
chore: add compatibility for Protobuf v4 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Apr 3, 2024
1 parent 25fb6fe commit 2deeb24
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 @@ -8,9 +8,9 @@
"require": {
"php": "^8.0",
"google/auth": "^1.34.0",
"google/grpc-gcp": "^0.3",
"google/grpc-gcp": "^0.4",
"grpc/grpc": "^1.13",
"google/protobuf": "^3.22",
"google/protobuf": "^v3.25.3||^4.26.1",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.0",
"google/common-protos": "^4.4",
Expand Down

0 comments on commit 2deeb24

Please sign in to comment.