From e484b054cce2c71e25f4be83066034486a16d152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:12:43 +0000 Subject: [PATCH] composer(deps-dev): update kriswallsmith/buzz requirement Updates the requirements on [kriswallsmith/buzz](https://github.com/kriswallsmith/Buzz) to permit the latest version. - [Release notes](https://github.com/kriswallsmith/Buzz/releases) - [Changelog](https://github.com/kriswallsmith/Buzz/blob/master/CHANGELOG.md) - [Commits](https://github.com/kriswallsmith/Buzz/compare/1.2.0...1.4.0) --- updated-dependencies: - dependency-name: kriswallsmith/buzz dependency-version: 1.4.0 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 b260b97..ef7125a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "require-dev": { "api-platform/symfony": "^4.3.3", - "kriswallsmith/buzz": "^1.2", + "kriswallsmith/buzz": "^1.4", "matthiasnoback/symfony-config-test": "^5.1 || ^6.0", "nyholm/psr7": "^1.8", "payum/core": "^1.7.5",