From a083aaf8d3039f354257dfb9a06f2531d1827f93 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Mon, 18 Sep 2023 16:57:18 +0200 Subject: [PATCH] Update composer.lock to include google-mailer Signed-off-by: Kevin Decherf --- composer.lock | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 94d3546d6..27491eab0 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": "be8bbed234658ffb3c00e3dd68827f91", + "content-hash": "329db4fc389f73733386680c871cc40e", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -10830,6 +10830,68 @@ ], "time": "2022-11-05T15:42:31+00:00" }, + { + "name": "symfony/google-mailer", + "version": "v4.4.41", + "source": { + "type": "git", + "url": "https://github.com/symfony/google-mailer.git", + "reference": "feb32d9ce8656a5accd950fd8c22e3c4fdf97656" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/google-mailer/zipball/feb32d9ce8656a5accd950fd8c22e3c4fdf97656", + "reference": "feb32d9ce8656a5accd950fd8c22e3c4fdf97656", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mailer": "^4.4|^5.0" + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\Bridge\\Google\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Google Mailer Bridge", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/google-mailer/tree/v4.4.41" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:19:55+00:00" + }, { "name": "symfony/http-client", "version": "v5.4.26",