From 0e4dfb47e02f2b6f9b36c5ec510da98ca96306b9 Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Sun, 11 Jul 2021 10:59:59 +0200 Subject: [PATCH] Set ^1.7.0 constraint for guzzlehttp/psr7 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 69e08ec1..26bac8bd 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ ], "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "^6.0 || ^7.0" + "guzzlehttp/guzzle": "^6.0 || ^7.0", + "guzzlehttp/psr7": "^1.7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^5.0",