From 9a7b2c9019b9a6ff17b2f795489079cd5196f9fc Mon Sep 17 00:00:00 2001 From: Leo Feyer <1192057+leofeyer@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:28:55 +0300 Subject: [PATCH] Allow version 2 of psr/http-message (#33) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36c9f33..6e44b77 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^7.4 || ^8.0", "ext-simplexml": "*", "nyholm/psr7": "^1.1", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/log": "^1.1 || ^2.0 || ^3.0", "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0", "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",