From 385f6547c79eec54c2fffa36d201bfb9d9ca5cd3 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 17 Apr 2023 17:15:31 +0100 Subject: [PATCH] Adjust `guzzlehttp/psr7` version constraint to `^1.9.1 || ^2.4.5` (#3118) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f369ce67..eb40a45c 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/promises": "^1.5", - "guzzlehttp/psr7": "^1.9 || ^2.4", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" },