From 4181886b320aff9494b91ef05986457cc4d44dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Eisenfu=CC=88hrer?= Date: Tue, 23 Apr 2024 17:36:02 +0200 Subject: [PATCH] Fix swiftmailer security version on 6.2.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1a1bbc..ed06e2e 100755 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "monolog/monolog": "~1.0|~2.3", "league/event": "~2.0", "ramsey/uuid": "^3.7|^3.8|^4.1|^4.2", - "swiftmailer/swiftmailer": "^6.0.0", + "swiftmailer/swiftmailer": "^6.2.5", "laminas/laminas-filter": "~2.0", "techdivision/import-dbal": "^1.0.0", "techdivision/import-dbal-collection": "^1.0.0",