From 39cc549f04f7bcaa130b651fcbb66ba5970371fc Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 30 Oct 2024 15:49:49 +0400 Subject: [PATCH] Support google protobuf v4 (#1421) --- proto/otel/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/otel/composer.json b/proto/otel/composer.json index 1ee4865e8..95a701889 100644 --- a/proto/otel/composer.json +++ b/proto/otel/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.0", - "google/protobuf": "^3.3.0" + "google/protobuf": "^3.22 || ^4.0" }, "autoload": { "psr-4": {