From 332a052f66af526f87b5466a36592433b2b39495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:28:09 +0000 Subject: [PATCH] composer: bump phpmailer/phpmailer from 6.12.0 to 7.0.2 in /app/full Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.12.0 to 7.0.2. - [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.12.0...v7.0.2) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/full/composer.json | 2 +- app/full/composer.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/full/composer.json b/app/full/composer.json index 8b01b02..d0aa452 100644 --- a/app/full/composer.json +++ b/app/full/composer.json @@ -23,7 +23,7 @@ "sebastianfeldmann/ftp": "^0.9.2", "kunalvarma05/dropbox-php-sdk": "^0.5", "guzzlehttp/guzzle": "^7.5", - "phpmailer/phpmailer": "^6.0", + "phpmailer/phpmailer": "^7.0", "vlucas/phpdotenv": "^5.0" }, "config": { diff --git a/app/full/composer.lock b/app/full/composer.lock index b09f7fe..5de01bf 100644 --- a/app/full/composer.lock +++ b/app/full/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c8ce58c5bd7627e739f56c01037b46aa", + "content-hash": "9aa0e6112e896992afac86ec84354523", "packages": [ { "name": "aws/aws-crt-php", @@ -1884,16 +1884,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.12.0", + "version": "v7.0.2", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12" + "reference": "ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12", - "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088", + "reference": "ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088", "shasum": "" }, "require": { @@ -1907,13 +1907,14 @@ "doctrine/annotations": "^1.2.6 || ^1.13.3", "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phpcompatibility/php-compatibility": "^9.3.5", - "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.7.2", + "phpcompatibility/php-compatibility": "^10.0.0@dev", + "squizlabs/php_codesniffer": "^3.13.5", "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", + "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example", + "ext-imap": "Needed to support advanced email address parsing according to RFC822", "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", "ext-openssl": "Needed for secure SMTP sending and DKIM signing", "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", @@ -1953,7 +1954,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.12.0" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.0.2" }, "funding": [ { @@ -1961,7 +1962,7 @@ "type": "github" } ], - "time": "2025-10-15T16:49:08+00:00" + "time": "2026-01-09T18:02:33+00:00" }, { "name": "phpoption/phpoption",