From be4a43bfc56ea3a639564f864d8abeffcd69d3c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:46: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 01e4d2e..ba2a651 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.9" },