From 7ec2e2a6653521433fd759f6f800ab1bb463ab6c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 7 Oct 2021 21:43:45 +0100 Subject: [PATCH] Bump minimum versions for PHP 8.1 support (#2939) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6208af81..91d7b53b 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" },