From fadb5d19fea96b94e88e2d93954fb7df0f8db1cc Mon Sep 17 00:00:00 2001 From: Dmitry Gladyshev Date: Sun, 15 Dec 2024 13:31:58 +0300 Subject: [PATCH] Provide bc for using guzzle6-adapter --- .gitignore | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b29957..a65e572 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ vendor/ build/ runtime/ cache/ -composer.lock \ No newline at end of file +composer.lock +.phpunit.result.cache \ No newline at end of file diff --git a/composer.json b/composer.json index 2f0bb82..ab8019c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-mbstring": "*", "ext-json":"*", "psr/http-client": "1.0.3", - "guzzlehttp/psr7": "2.7.0" + "guzzlehttp/psr7": "1.9.1|2.7.0" }, "require-dev": { "phpunit/phpunit": "8.5.41",