From a7ef8ce988b44a81436b29a343d9eea3bf2898b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:16:09 +0000 Subject: [PATCH] Update dependency psr/http-message to v2 | datasource | package | from | to | | ---------- | ---------------- | ----- | --- | | packagist | psr/http-message | 1.1.0 | 2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5057ec74..3b036e6e 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "laminas/laminas-coding-standard": "~2.5.0", "phpunit/phpunit": "^9.5.27", "psalm/plugin-phpunit": "^0.18.4", - "psr/http-message": "^1.0.1", + "psr/http-message": "^2.0.0", "vimeo/psalm": "^5.4", "webmozart/assert": "^1.11" },