From 7de6ff3c20180746f4871df17b51066e0a7ebc5e Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Wed, 25 Oct 2023 09:43:20 -0400 Subject: [PATCH] fix: allow 7.0+ for `symfony/mailer` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41ce96e..5e309dc 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": ">=8.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0", - "symfony/mailer": "^5.4|^6.0", + "symfony/mailer": "^5.4|^6.0|^7.0", "zenstruck/assert": "^1.0", "zenstruck/callback": "^1.1" },