From 47cabe02cf4b88b46e58d32620fde365882d0a4b Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 3 Apr 2024 13:07:19 -0600 Subject: [PATCH] chore: add compatibility for Protobuf v4 (#85) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3583599b..c509b022 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "require": { "php": ">=7.4", - "google/protobuf": "^3.6.1" + "google/protobuf": "^v3.25.3||^4.26.1" }, "require-dev": { "phpunit/phpunit": "^9.0"