From 432b73093c19562a81f358727573de46b79f38b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:18:21 +0000 Subject: [PATCH] build(deps): update phpmailer/phpmailer requirement from 6.9.1 to 6.9.2 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.1...v6.9.2) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9373fece..ddfef01c2 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "league/oauth2-google": "4.0.1", "php": "^8.2", "php-di/php-di": "7.0.7", - "phpmailer/phpmailer": "6.9.1", + "phpmailer/phpmailer": "6.9.2", "team-reflex/discord-php": "7.3.5", "vanilla/nbbc": "2.6.0" },