From 2deeb24898d0ba3c4faba48f7f0cfcc1ef341613 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 3 Apr 2024 13:04:34 -0600 Subject: [PATCH] chore: add compatibility for Protobuf v4 (#550) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8d07631f8..44bee3bd7 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,9 @@ "require": { "php": "^8.0", "google/auth": "^1.34.0", - "google/grpc-gcp": "^0.3", + "google/grpc-gcp": "^0.4", "grpc/grpc": "^1.13", - "google/protobuf": "^3.22", + "google/protobuf": "^v3.25.3||^4.26.1", "guzzlehttp/promises": "^2.0", "guzzlehttp/psr7": "^2.0", "google/common-protos": "^4.4",