From 038c7f994fc746c3ca5fe33d8031ac1d908058f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:03:11 +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 17472774..6497edab 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php-http/discovery": "^1.19.1", "php-http/httplug": "^2.4.0", "psr/http-client": "^1.0.2", - "psr/http-message": "^1.1", + "psr/http-message": "^2.0", "psr/log": "^3.0.0", "symfony/console": "^6.3.4" },