From ea3c489e7eae57a1e4c376adb224c4c908916bdc Mon Sep 17 00:00:00 2001 From: hw Date: Fri, 15 Sep 2023 21:39:15 -0400 Subject: [PATCH] chore: allow guzzlehttp/psr7 version 2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3461b1f..016c6c7 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ "require": { "php": ">=8.0", "ext-json": "*", - "guzzlehttp/psr7": "^1.6", + "guzzlehttp/psr7": "^1.6 || ^2.6", "php-http/client-implementation": "^1.0", "psr/http-client": "^1.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "http-interop/http-factory-guzzle": "^1.2",