From 7aa3d1ec2fc2ca7ac9cfce8c9391cde573b73ef5 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Tue, 13 Feb 2024 06:46:42 -0300 Subject: [PATCH] Update y iisoft/yii2-symfonymailer to 4.0. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d4a3b4b..6d9f6d7 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-intl": "*", "symfony/mime": "^6.3", "yiisoft/yii2": "^2.0.49 || ^2.2", - "yiisoft/yii2-symfonymailer": "^3.0" + "yiisoft/yii2-symfonymailer": "^4.0" }, "require-dev": { "maglnet/composer-require-checker": "^4.6",