From 33dfc91c65e961367d23962804749fac9a81a703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:53:47 +0000 Subject: [PATCH] Update nyholm/psr7 requirement from ^1.8.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.8.1...1.8.2) --- updated-dependencies: - dependency-name: nyholm/psr7 dependency-version: 1.8.2 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 f723587..2cfb286 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "require-dev": { "adriansuter/php-autoload-override": "^1.4", "laminas/laminas-diactoros": "^3.1.0", - "nyholm/psr7": "^1.8.1", + "nyholm/psr7": "^1.8.2", "php-http/psr7-integration-tests": "^1.3.0", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.6",