diff --git a/composer.lock b/composer.lock index 3eaf841..8adb6bc 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": "dea96f362f97cfbc362657c167f0bd2b", + "content-hash": "1be1f06111c7e0dc6c0f75dd3e38baaf", "packages": [ { "name": "composer/semver", @@ -2217,79 +2217,6 @@ ], "time": "2026-06-17T14:44:48+00:00" }, - { - "name": "symfony/brevo-mailer", - "version": "v7.4.13", - "source": { - "type": "git", - "url": "https://github.com/symfony/brevo-mailer.git", - "reference": "2f7aaebc500b06862865e5b4ec227e35573bda44" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/brevo-mailer/zipball/2f7aaebc500b06862865e5b4ec227e35573bda44", - "reference": "2f7aaebc500b06862865e5b4ec227e35573bda44", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/mailer": "^7.2|^8.0" - }, - "conflict": { - "symfony/mime": "<6.2" - }, - "require-dev": { - "symfony/http-client": "^6.3|^7.0|^8.0", - "symfony/webhook": "^6.3|^7.0|^8.0" - }, - "type": "symfony-mailer-bridge", - "autoload": { - "psr-4": { - "Symfony\\Component\\Mailer\\Bridge\\Brevo\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Pierre Tanguy", - "homepage": "https://github.com/petanguy" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Brevo Mailer Bridge", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/brevo-mailer/tree/v7.4.13" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2026-05-23T16:05:06+00:00" - }, { "name": "symfony/cache", "version": "v7.4.14", @@ -4496,6 +4423,79 @@ ], "time": "2026-06-13T08:51:35+00:00" }, + { + "name": "symfony/mailgun-mailer", + "version": "v7.4.14", + "source": { + "type": "git", + "url": "https://github.com/symfony/mailgun-mailer.git", + "reference": "361c9b3dcf7bdfbcbc5b3d7837f837d9ffd96679" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/361c9b3dcf7bdfbcbc5b3d7837f837d9ffd96679", + "reference": "361c9b3dcf7bdfbcbc5b3d7837f837d9ffd96679", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "symfony/mailer": "^7.2|^8.0" + }, + "conflict": { + "symfony/http-foundation": "<6.4" + }, + "require-dev": { + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/webhook": "^6.4|^7.0|^8.0" + }, + "type": "symfony-mailer-bridge", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\Bridge\\Mailgun\\": "" + }, + "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 Mailgun Mailer Bridge", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/mailgun-mailer/tree/v7.4.14" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2026-06-08T20:24:16+00:00" + }, { "name": "symfony/mercure", "version": "v0.6.5", diff --git a/symfony.lock b/symfony.lock index 6d80d6b..f3e82c7 100644 --- a/symfony.lock +++ b/symfony.lock @@ -77,15 +77,6 @@ "importmap.php" ] }, - "symfony/brevo-mailer": { - "version": "7.4", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "6.4", - "ref": "7c1038ceb733175f610a913a885a7c8b552b703a" - } - }, "symfony/console": { "version": "7.3", "recipe": { @@ -167,6 +158,15 @@ "config/packages/mailer.yaml" ] }, + "symfony/mailgun-mailer": { + "version": "7.4", + "recipe": { + "repo": "github.com/symfony/recipes", + "branch": "main", + "version": "4.4", + "ref": "808e7052971863a6b94df61807f41a71d480885b" + } + }, "symfony/maker-bundle": { "version": "1.64", "recipe": {