From 0eb0c3524981ec1f8c110e82a9a29c10e97c9882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:02:55 +0000 Subject: [PATCH] Update google/protobuf requirement from ^3.3 || ^4.0 to ^3.3 || ^4.0 || ^5.0 Updates the requirements on [google/protobuf](https://github.com/protocolbuffers/protobuf-php) to permit the latest version. - [Commits](https://github.com/protocolbuffers/protobuf-php/commits/v5.34.0) --- updated-dependencies: - dependency-name: google/protobuf dependency-version: 5.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de6a9a8..62235c3 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "grpc/grpc": "^1.57", - "google/protobuf": "^3.3 || ^4.0", + "google/protobuf": "^3.3 || ^4.0 || ^5.0", "google/common-protos": "^4.11", "ext-grpc": "^1.56" },