Skip to content

Commit

Permalink
chore: add compatibility for Protobuf v4 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Apr 3, 2024
1 parent 4d8b455 commit fc457d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"require": {
"php": "^7.4||^8.0",
"google/protobuf": "^v3.3.0",
"google/protobuf": "^v3.25.3||^4.26.1",
"grpc/grpc": "^v1.13.0",
"google/auth": "^1.3",
"psr/cache": "^1.0.1||^2.0.0||^3.0.0"
Expand Down

0 comments on commit fc457d1

Please sign in to comment.