Skip to content

Commit ecc7dc2

Browse files
fix(deps): update dependency google/protobuf to v5 (#8947)
Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent dcc537b commit ecc7dc2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CloudCommonProtos/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/googleapis/google-cloud-php-common-protos",
99
"license": "Apache-2.0",
1010
"require": {
11-
"google/protobuf": "^4.31",
11+
"google/protobuf": "^4.31||^5.0",
1212
"google/common-protos": "^3.0||^4.0"
1313
},
1414
"require-dev": {

CommonProtos/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"require": {
1212
"php": "^8.1",
13-
"google/protobuf": "^4.31"
13+
"google/protobuf": "^4.31||^5.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.6"

GeoCommonProtos/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": "^8.1",
21-
"google/protobuf": "^4.31",
21+
"google/protobuf": "^4.31||^5.0",
2222
"google/common-protos": "^4.6"
2323
},
2424
"require-dev": {

ShoppingCommonProtos/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": "^8.1",
21-
"google/protobuf": "^4.31"
21+
"google/protobuf": "^4.31||^5.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)