Skip to content

Commit cc423ce

Browse files
committed
Support google/protobuf 4.x
1 parent 6e8662d commit cc423ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"require": {
3434
"php": "^8.1",
35-
"google/protobuf": "^v3.22"
35+
"google/protobuf": "^3.22 || ^4.0"
3636
},
3737
"suggest": {
3838
"google/common-protos": "Required for Temporal API"

0 commit comments

Comments
 (0)