From fc457d14cd87400a4ff3065a50f6cb038e202383 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 3 Apr 2024 09:40:52 -0600 Subject: [PATCH] chore: add compatibility for Protobuf v4 (#53) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad1f98228d..e883efd882 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "require": { "php": "^7.4||^8.0", - "google/protobuf": "^v3.3.0", + "google/protobuf": "^v3.25.3||^4.26.1", "grpc/grpc": "^v1.13.0", "google/auth": "^1.3", "psr/cache": "^1.0.1||^2.0.0||^3.0.0"