From 4f7985cde5e89c5a1e42ce17c894a4a266b620aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:41:40 +0000 Subject: [PATCH] fix(deps): Update nyholm/psr7 requirement from ^1.2.1 to ^1.8.2 Updates the requirements on [nyholm/psr7](https://github.com/Nyholm/psr7) to permit the latest version. - [Release notes](https://github.com/Nyholm/psr7/releases) - [Changelog](https://github.com/Nyholm/psr7/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nyholm/psr7/compare/1.2.1...1.8.2) --- updated-dependencies: - dependency-name: nyholm/psr7 dependency-version: 1.8.2 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 eec6a2e..391cb96 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-iconv": "*", "bgalati/monolog-sentry-handler": "^2.1", "monolog/monolog": "^3.0", - "nyholm/psr7": "^1.2.1", + "nyholm/psr7": "^1.8.2", "psr/log": "^3.0", "sentry/sentry": "^4.6.1", "symfony/config": "^7.2",