From cb0e7c479601c60592ae693756a9a6b65d62793e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:13:27 -0700 Subject: [PATCH] build(deps): update phpmailer/phpmailer requirement from 6.8.0 to 6.8.1 (#1685) 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.8.0...v6.8.1) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 354b60d94..03809cbf0 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.3", - "phpmailer/phpmailer": "6.8.0", + "phpmailer/phpmailer": "6.8.1", "team-reflex/discord-php": "7.3.4", "vanilla/nbbc": "2.4.0" },