Skip to content

Commit c853202

Browse files
authored
fix: exclude broken protobuf version (#382)
1 parent d802c9b commit c853202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.12.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"google/auth": "^1.18.0",
1111
"google/grpc-gcp": "^0.2",
1212
"grpc/grpc": "^1.13",
13-
"google/protobuf": "^3.12.2",
13+
"google/protobuf": "^3.12.2, !=3.20.0",
1414
"guzzlehttp/promises": "^1.3",
1515
"guzzlehttp/psr7": "^1.7.0||^2",
1616
"google/common-protos": "^1.0||^2.0"

0 commit comments

Comments
 (0)