Skip to content

Commit

Permalink
chore: add compatibility for Protobuf v4 (#7201)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Apr 5, 2024
1 parent 665ccf6 commit 8dffb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommonProtos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/googleapis/google-cloud-php-common-protos",
"license": "Apache-2.0",
"require": {
"google/protobuf": "^3.7.1",
"google/protobuf": "^v3.25.3||^4.26.1",
"google/common-protos": "^3.0||^4.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion ShoppingCommonProtos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "^8.0",
"google/protobuf": "^3.7.1"
"google/protobuf": "^v3.25.3||^4.26.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 8dffb6b

Please sign in to comment.