Merge pull request #11316 from firefly-iii/dependabot/composer/develop/symfony/mailgun-mailer-8.0.0

Bump symfony/mailgun-mailer from 7.4.0 to 8.0.0
This commit is contained in:
James Cole
2025-12-01 14:32:55 +01:00
committed by GitHub
2 changed files with 12 additions and 15 deletions

View File

@@ -109,7 +109,7 @@
"spatie/period": "^2.4",
"symfony/expression-language": "^8.0",
"symfony/http-client": "^8.0",
"symfony/mailgun-mailer": "^7.1",
"symfony/mailgun-mailer": "^8.0",
"thecodingmachine/safe": "^3.1"
},
"require-dev": {

25
composer.lock generated
View File

@@ -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": "d4a02d3bedc066805eeb6f15ec1e3324",
"content-hash": "8317b89f4d014debebcd301fde669321",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -7988,28 +7988,25 @@
},
{
"name": "symfony/mailgun-mailer",
"version": "v7.4.0",
"version": "v8.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailgun-mailer.git",
"reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b"
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
"reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/c8567e2b9a64db3aebd701838402a3726061c36a",
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/mailer": "^7.2|^8.0"
},
"conflict": {
"symfony/http-foundation": "<6.4"
"php": ">=8.4",
"symfony/mailer": "^7.4|^8.0"
},
"require-dev": {
"symfony/http-client": "^6.4|^7.0|^8.0",
"symfony/webhook": "^6.4|^7.0|^8.0"
"symfony/http-client": "^7.4|^8.0",
"symfony/webhook": "^7.4|^8.0"
},
"type": "symfony-mailer-bridge",
"autoload": {
@@ -8037,7 +8034,7 @@
"description": "Symfony Mailgun Mailer Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailgun-mailer/tree/v7.4.0"
"source": "https://github.com/symfony/mailgun-mailer/tree/v8.0.0"
},
"funding": [
{
@@ -8057,7 +8054,7 @@
"type": "tidelift"
}
],
"time": "2025-08-04T07:05:15+00:00"
"time": "2025-08-04T07:36:47+00:00"
},
{
"name": "symfony/mime",