From 3d50f6186ca21de9b376feb7097262b0cdbff3d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 05:11:31 +0000 Subject: [PATCH] Update dependency psr/http-message to v2 | datasource | package | from | to | | ---------- | ---------------- | ---- | --- | | packagist | psr/http-message | 1.1 | 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 b4bea3ac..0a83db85 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "psr/container": "^1.1.2 || ^2.0.2", "psr/event-dispatcher": "^1.0", "psr/http-factory": "^1.0.2", - "psr/http-message": "^1.1.0", + "psr/http-message": "^2.0.0", "psr/http-server-handler": "^1.0.2", "psr/http-server-middleware": "^1.0.2", "psr/log": "^1.1 || ^2.0 || ^3.0"