Skip to content

Commit

Permalink
chore: add compatibility for Protobuf v4 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Apr 3, 2024
1 parent 2ff1de8 commit 47cabe0
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 @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"require": {
"php": ">=7.4",
"google/protobuf": "^3.6.1"
"google/protobuf": "^v3.25.3||^4.26.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 47cabe0

Please sign in to comment.