From d7a31ab9c73ca27c01d61c61dbfc44d07c067356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:41:43 +0300 Subject: [PATCH] Update psr/http-message requirement from ^1.0 to ^2.0 (#202) * 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] * Update composer.json * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Predvoditelev --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3454dc7..855c426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 3.0.1 under development -- no changes in this release. +- Enh #202: Add support for `psr/http-message` version `^2.0` (@vjik) ## 3.0.0 February 17, 2023 diff --git a/composer.json b/composer.json index a8657ca..a5ad548 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^8.0", "psr/event-dispatcher": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0|^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "yiisoft/http": "^1.2",