From 7213efd7e50080296741b970be79fb1960005f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 05:16:07 +0000 Subject: [PATCH] Update psr/http-message requirement from 1.0.* to 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 579b35a..4a4725e 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "php-http/promise": "1.1.* || 1.0.*", "psr/http-client": "1.0.*", "psr/http-factory": "1.0.*", - "psr/http-message": "1.0.*", + "psr/http-message": "2.0", "psr/log": "1.1.*", "voku/portable-utf8": "~6.0", "voku/simple_html_dom": "~4.7"