From 5e8e9a58e87fef31816aefa70d0ea5a389fc58f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 03:05:11 +0000 Subject: [PATCH] Bump symfony/mailgun-mailer from 7.3.1 to 8.0.0 Bumps [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) from 7.3.1 to 8.0.0. - [Release notes](https://github.com/symfony/mailgun-mailer/releases) - [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/mailgun-mailer/compare/v7.3.1...v8.0.0) --- updated-dependencies: - dependency-name: symfony/mailgun-mailer dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 6638ca3f2..b81a22f30 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "spatie/laravel-schedule-monitor": "^4.0", "spatie/laravel-sitemap": "^7.2", "symfony/http-client": "^7.0", - "symfony/mailgun-mailer": "^7.0" + "symfony/mailgun-mailer": "^8.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.16", diff --git a/composer.lock b/composer.lock index 70784b43c..e42711e39 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": "545bb7d14cdd25bd7c8df3748f82834d", + "content-hash": "9230b9275ae668485caa2cdd767560de", "packages": [ { "name": "abraham/twitteroauth", @@ -10123,28 +10123,25 @@ }, { "name": "symfony/mailgun-mailer", - "version": "v7.3.1", + "version": "v8.0.0", "source": { "type": "git", "url": "https://github.com/symfony/mailgun-mailer.git", - "reference": "8c18f2bff4e70ed5669ab8228302edd2fecd689b" + "reference": "c8567e2b9a64db3aebd701838402a3726061c36a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/8c18f2bff4e70ed5669ab8228302edd2fecd689b", - "reference": "8c18f2bff4e70ed5669ab8228302edd2fecd689b", + "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/c8567e2b9a64db3aebd701838402a3726061c36a", + "reference": "c8567e2b9a64db3aebd701838402a3726061c36a", "shasum": "" }, "require": { - "php": ">=8.2", - "symfony/mailer": "^7.2" - }, - "conflict": { - "symfony/http-foundation": "<6.4" + "php": ">=8.4", + "symfony/mailer": "^7.4|^8.0" }, "require-dev": { - "symfony/http-client": "^6.4|^7.0", - "symfony/webhook": "^6.4|^7.0" + "symfony/http-client": "^7.4|^8.0", + "symfony/webhook": "^7.4|^8.0" }, "type": "symfony-mailer-bridge", "autoload": { @@ -10172,7 +10169,7 @@ "description": "Symfony Mailgun Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailgun-mailer/tree/v7.3.1" + "source": "https://github.com/symfony/mailgun-mailer/tree/v8.0.0" }, "funding": [ { @@ -10183,12 +10180,16 @@ "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": "2025-06-20T16:15:52+00:00" + "time": "2025-08-04T07:36:47+00:00" }, { "name": "symfony/mime",