From 876882238123f5ca4a4b361986f79e3a647c9c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:38:53 +0000 Subject: [PATCH] chore(deps-dev): update google/protobuf requirement from ^3.25 to ^4.28 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.25.0...v4.28.3) --- updated-dependencies: - dependency-name: google/protobuf dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c4a029..457eeda 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php-http/guzzle7-adapter": "^1.0" }, "require-dev": { - "google/protobuf": "^3.25", + "google/protobuf": "^4.28", "larastan/larastan": "^2.9", "nunomaduro/collision": "^7.10 || ^8.1", "orchestra/testbench": "^8.21.1 || ^9.2",