From f284da26d520ed0eac722f9c76176372f781a4d2 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 24 Jul 2026 14:06:05 +0200 Subject: [PATCH] fix: allow Guzzle 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6a3cd73..e006287 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "description": "The officially supported client for Postmark (https://postmarkapp.com)", "require": { "php": "~8.1 || ~8.2|| ~8.3 || ~8.4", - "guzzlehttp/guzzle": "^7.8" + "guzzlehttp/guzzle": "^7.8 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^10.0",