From 533c70f980e8482daba9407ff2187b567415d061 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 24 Aug 2026 18:12:14 +0100 Subject: [PATCH 1/2] Bump versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1d3abad..10ecef7 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ ], "require": { "php": "^7.4 || ^8.0", - "guzzlehttp/guzzle": "^8.0", - "guzzlehttp/promises": "^3.0", - "guzzlehttp/psr7": "^3.0", + "guzzlehttp/guzzle": "^8.1", + "guzzlehttp/promises": "^3.0.2", + "guzzlehttp/psr7": "^3.1", "psr/http-client": "^1.0", "symfony/polyfill-php80": "^1.25", "symfony/polyfill-php82": "^1.27" From 66cbfde5d0b663fb7056be7bca76f4c84f57926f Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 24 Aug 2026 18:15:47 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f040e8b..bdf096c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2.0.1 - UPCOMING * Add support for PHP 8.6 +* Require `guzzlehttp/guzzle` ^8.1, `guzzlehttp/promises` ^3.0.2, and `guzzlehttp/psr7` ^3.1 ## 2.0.0 - 2026-07-20