From ab52024b910f8b3ebfd7ea693d7d7aa52fe2af29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 04:02:56 +0000 Subject: [PATCH] Update psr/http-message requirement from ^1.0 to ^1.0 || ^2.0 Updates the requirements on [psr/http-message](https://github.com/php-fig/http-message) to permit the latest version. - [Release notes](https://github.com/php-fig/http-message/releases) - [Changelog](https://github.com/php-fig/http-message/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-fig/http-message/compare/1.0...2.0) --- updated-dependencies: - dependency-name: psr/http-message 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 fce6f63..302a85f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.1", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/http-client": "^1.0", "guzzlehttp/guzzle": "^7.5", "guzzlehttp/psr7": "^2.4"