Skip to content

Commit 98b9a58

Browse files
authored
chore: drop protobuf 3 runtime (#8519)
1 parent 6812039 commit 98b9a58

3 files changed

Lines changed: 3 additions & 3 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": "^v3.25.3||^4.26.1",
11+
"google/protobuf": "^4.26.1",
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": "^v3.25.3||^4.26.1"
13+
"google/protobuf": "^4.26.1"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.6"

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": "^v3.25.3||^4.26.1"
21+
"google/protobuf": "^4.26.1"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)