From 9cdcf00917b4fd8fd9c11888dcb892c257961443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 06:14:09 +0000 Subject: [PATCH] Bump symfony/google-mailer from 5.4.8 to 6.2.10 Bumps [symfony/google-mailer](https://github.com/symfony/google-mailer) from 5.4.8 to 6.2.10. - [Release notes](https://github.com/symfony/google-mailer/releases) - [Changelog](https://github.com/symfony/google-mailer/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/google-mailer/compare/v5.4.8...v6.2.10) --- updated-dependencies: - dependency-name: symfony/google-mailer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 34 ++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 320f5abc2..67a9acbe2 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ "symfony/flex": "^1.19", "symfony/form": "^5.4", "symfony/framework-bundle": "^5.4", - "symfony/google-mailer": "^5.4", + "symfony/google-mailer": "^6.2", "symfony/http-client": "^5.4", "symfony/http-foundation": "^5.4", "symfony/http-kernel": "^5.4", diff --git a/composer.lock b/composer.lock index 1cfef588d..c4b6c523e 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": "514fd7f434d7b6d27a386ca214baf810", + "content-hash": "e1e647ba5553f8785101ba1a1064dd56", "packages": [ { "name": "alcohol/iso4217", @@ -1159,16 +1159,16 @@ }, { "name": "doctrine/deprecations", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "reference": "8cffffb2218e01f3b370bf763e00e81697725259" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/8cffffb2218e01f3b370bf763e00e81697725259", + "reference": "8cffffb2218e01f3b370bf763e00e81697725259", "shasum": "" }, "require": { @@ -1196,9 +1196,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "source": "https://github.com/doctrine/deprecations/tree/v1.1.0" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2023-05-29T18:55:17+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -8557,22 +8557,24 @@ }, { "name": "symfony/google-mailer", - "version": "v5.4.8", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/google-mailer.git", - "reference": "8da892489a7536e869c56efa06bf2f74f15a4693" + "reference": "7e6cde8d40144e889e607bfc5320ea4192b247cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/google-mailer/zipball/8da892489a7536e869c56efa06bf2f74f15a4693", - "reference": "8da892489a7536e869c56efa06bf2f74f15a4693", + "url": "https://api.github.com/repos/symfony/google-mailer/zipball/7e6cde8d40144e889e607bfc5320ea4192b247cd", + "reference": "7e6cde8d40144e889e607bfc5320ea4192b247cd", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/event-dispatcher": "^1", - "symfony/mailer": "^4.4|^5.0|^6.0" + "php": ">=8.1", + "symfony/mailer": "^5.4.21|^6.2.7" + }, + "require-dev": { + "symfony/http-client": "^5.4|^6.0" }, "type": "symfony-mailer-bridge", "autoload": { @@ -8600,7 +8602,7 @@ "description": "Symfony Google Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/google-mailer/tree/v5.4.8" + "source": "https://github.com/symfony/google-mailer/tree/v6.2.10" }, "funding": [ { @@ -8616,7 +8618,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:48:08+00:00" + "time": "2023-04-14T16:23:31+00:00" }, { "name": "symfony/http-client",