From 240a0d47d008d25c4ce8b57441d368ab53697986 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 26 Aug 2023 11:23:13 +0100 Subject: [PATCH] Bump min versions for PHP 8.3 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3207f8c3..72defd61 100644 --- a/composer.json +++ b/composer.json @@ -53,8 +53,8 @@ "require": { "php": "^7.2.5 || ^8.0", "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0", - "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "guzzlehttp/promises": "^1.5.3 || ^2.0.1", + "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" },