From 67029482a0e9a687c7d83a51058336abaa6f75a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:45:08 +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 6ee8c53..d0386d5 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php-http/discovery": "^1.19.4", "php-http/httplug": "^2.4.0", "psr/http-client": "^1.0.3", - "psr/http-message": "^1.1", + "psr/http-message": "^2.0", "psr/log": "^3.0.0", "symfony/console": "^6.4.8" },