From f7ae9d2f8280d083d34269e0cbb8e8ad1307ba76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:43:51 +0000 Subject: [PATCH] Update google/protobuf requirement from ^v3.24.3 to ^v3.24.3 || ^4.0.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/compare/v3.24.3...v4.27.3) --- updated-dependencies: - dependency-name: google/protobuf 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 395c7ec5..d942953a 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "amphp/http-client": "^v5.1.0", "amphp/byte-stream": "^v2.1.1", "amphp/socket": "^v2.3.1", - "google/protobuf": "^v3.24.3", + "google/protobuf": "^v3.24.3 || ^4.0.0", "prooph/event-store": "dev-master", "psr/log": "^2.0|^3.0" },