From 0048ee60e904111f3c8acbdef690364207c10a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:25:24 +0000 Subject: [PATCH] Update phpmailer/phpmailer requirement from ^6.9 to ^7.0 in /app Updates the requirements on [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) to permit the latest version. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.0...v7.0.0) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/composer.json b/app/composer.json index 20104a8..78a2b0c 100644 --- a/app/composer.json +++ b/app/composer.json @@ -1,7 +1,7 @@ { "license": "GPL-3.0-only", "require": { - "phpmailer/phpmailer": "^6.9", + "phpmailer/phpmailer": "^7.0", "ext-pdo": "*", "ext-redis": "*" },