From 539047b375841e58f01e34f0d80d67e6cd8d6853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:43:05 +0000 Subject: [PATCH] build(deps): update phpmailer/phpmailer requirement from ^6.0 to ^7.0 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.0.0...v7.0.0) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 5afc6ff5c..739c70731 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "monolog/monolog": "^3.0", "mpdf/mpdf": "^v8.0.10", "owasp/csrf-protector-php": "^1.0", - "phpmailer/phpmailer": "^6.0", + "phpmailer/phpmailer": "^7.0", "picqer/php-barcode-generator": "^3.2", "respect/validation": "^2.0", "servo/fluidxml": "^2.0",