From 95594d5996aef9671186c7ff0cc8196b36cedacf Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 7 Oct 2021 14:14:29 +0100 Subject: [PATCH] Bump minimum versions for PHP 8.1 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6208af81f..91d7b53b5 100644 --- a/composer.json +++ b/composer.json @@ -53,8 +53,8 @@ "require": { "php": "^7.2.5 || ^8.0", "ext-json": "*", - "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7 || ^2.0", + "guzzlehttp/promises": "^1.5", + "guzzlehttp/psr7": "^1.8.3 || ^2.1", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2" },