diff --git a/composer.json b/composer.json index b815aff..5ac30f7 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "ext-grpc": "*", "ext-sockets": "*", "ext-curl": "*", - "phpmailer/phpmailer": "7.0.0", + "phpmailer/phpmailer": "7.0.1", "grpc/grpc": "1.74.0", "google/protobuf": "4.33.1" } diff --git a/composer.lock b/composer.lock index 2024ad6..8d9f43f 100644 --- a/composer.lock +++ b/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": "cd14cff2f9d6e8e17463534a4d14e76d", + "content-hash": "54e0bbc82bc0b3ba811bafbde80aaed8", "packages": [ { "name": "google/protobuf", @@ -96,16 +96,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v7.0.0", + "version": "v7.0.1", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "c7111310c6116ba508a6a170a89eaaed2129bd42" + "reference": "360ae911ce62e25e11249f6140fa58939f556ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c7111310c6116ba508a6a170a89eaaed2129bd42", - "reference": "c7111310c6116ba508a6a170a89eaaed2129bd42", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/360ae911ce62e25e11249f6140fa58939f556ebe", + "reference": "360ae911ce62e25e11249f6140fa58939f556ebe", "shasum": "" }, "require": { @@ -119,13 +119,13 @@ "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", @@ -166,7 +166,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/v7.0.0" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.0.1" }, "funding": [ { @@ -174,7 +174,7 @@ "type": "github" } ], - "time": "2025-10-15T16:40:02+00:00" + "time": "2025-11-25T07:18:09+00:00" } ], "packages-dev": [], @@ -198,5 +198,5 @@ "platform-overrides": { "php": "8.4" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }