From 8e57e28a9a1b37987d6ce9c6406df00a401bcf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:03:22 +0200 Subject: Update phpmailer/phpmailer requirement from 6.10.0 to 6.11.1 in /lib (#8048) * Update phpmailer/phpmailer requirement from 6.10.0 to 6.11.1 in /lib 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.10.0...v6.11.1) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 6.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * composer update --no-autoloader --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite --- lib/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/composer.json') diff --git a/lib/composer.json b/lib/composer.json index bbdd70f86..474379c5e 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -13,7 +13,7 @@ "require": { "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.3.0", - "phpmailer/phpmailer": "6.10.0", + "phpmailer/phpmailer": "6.11.1", "simplepie/simplepie": "dev-freshrss#d381ca57e9c57e251a47de2b577846503c3030ce" }, "config": { -- cgit v1.2.3