From 9ccc8995418821468831a301eff54dee7914fc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 18:56:52 +0000 Subject: [PATCH] Update nyholm/psr7 requirement from ^1.5 to ^1.7 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.5.0...1.7.0) --- updated-dependencies: - dependency-name: nyholm/psr7 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 4995e89..9e2c04a 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "require-dev": { "adriansuter/php-autoload-override": "^1.4", "laminas/laminas-diactoros": "^2.17", - "nyholm/psr7": "^1.5", + "nyholm/psr7": "^1.7", "php-http/psr7-integration-tests": "dev-master", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^9.5",