From e87c8efa02642ca7499f417feb46028d66e06d92 Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Fri, 10 May 2024 10:25:27 +0300 Subject: [PATCH] fix composer constraint for "symfony/mailer" --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0bf90ba..e3c8b10 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=7.2", "yiisoft/yii": "~1.1.0", - "symfony/mailer": ">=4.3" + "symfony/mailer": ">=5.0" }, "require-dev": { "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.3 || ^10.0.7"