From b68b5d2ca20bb12b7a462d815c92d560612ef2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Mon, 20 Jan 2025 09:16:05 +0100 Subject: [PATCH] BUGFIX: Downgrad symfony/mime to version 6.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since version 7 doesn’t work with older PHP versions, and version 6 uses 8.1 and newer, we’ll have to stick with this version. Fixes: #36 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f069fa3..871220a 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "neos/form": "^5.0", "neos/fusion": "^7.3 || ^8.0 || ^9.0", - "symfony/mime": "^7.0" + "symfony/mime": "^6.0" }, "autoload": { "psr-4": {