Skip to content

Commit

Permalink
fix(deps): update dependency google/protobuf to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 14, 2024
1 parent 451b066 commit 02969b7
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": "^4.0.0",
"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": "^4.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 02969b7

Please sign in to comment.