From 0f4547938f320199a5645228eeefaa148b634690 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 13 Jul 2026 02:44:33 +0100 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1ee813b..1963c70 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ ], "require": { "php": "^7.2.5 || ^8.0", - "guzzlehttp/guzzle": "^7.13.3", + "guzzlehttp/guzzle": "^7.15", "guzzlehttp/promises": "^2.5.1", - "guzzlehttp/psr7": "^2.12.4", + "guzzlehttp/psr7": "^2.13", "symfony/deprecation-contracts": "^2.5 || ^3.0" }, "require-dev": { From 1cdce24fac99e501c0b0b921810996c637302a3c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 13 Jul 2026 02:46:52 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fdc8a..d4ba6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.5.3 - UPCOMING + +* Require `guzzlehttp/guzzle` ^7.15 and `guzzlehttp/psr7` ^2.13 + ## 1.5.2 - 2026-07-08 * Require `guzzlehttp/guzzle` ^7.13.3, `guzzlehttp/promises` ^2.5.1, and `guzzlehttp/psr7` ^2.12.4