chore(deps): bump symfony/mailgun-mailer from 6.4.0 to 7.0.0

Bumps [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.0/CHANGELOG.md)
- [Commits](https://github.com/symfony/mailgun-mailer/compare/v6.4.0...v7.0.0)

---
updated-dependencies:
- dependency-name: symfony/mailgun-mailer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-04 05:46:13 +00:00 committed by GitHub
parent 84e99a065f
commit c60fb0c68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -106,7 +106,7 @@
"spatie/laravel-ignition": "^2",
"spatie/period": "^2.4",
"symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^6.3",
"symfony/mailgun-mailer": "^7.0",
"therobfonz/laravel-mandrill-driver": "^5.0"
},
"require-dev": {

24
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": "6678694fb89d300a1beb7ffe268bc30e",
"content-hash": "4ed236724b59567215ad4b174150f846",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -6910,28 +6910,28 @@
},
{
"name": "symfony/mailgun-mailer",
"version": "v6.4.0",
"version": "v7.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailgun-mailer.git",
"reference": "72d2f72f2016e559d0152188bef5a5dc9ebf5ec7"
"reference": "3c1dea66d086deea11e10cbcd45a78b44f556cee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/72d2f72f2016e559d0152188bef5a5dc9ebf5ec7",
"reference": "72d2f72f2016e559d0152188bef5a5dc9ebf5ec7",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/3c1dea66d086deea11e10cbcd45a78b44f556cee",
"reference": "3c1dea66d086deea11e10cbcd45a78b44f556cee",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/mailer": "^5.4.21|^6.2.7|^7.0"
"php": ">=8.2",
"symfony/mailer": "^6.4|^7.0"
},
"conflict": {
"symfony/http-foundation": "<6.2"
"symfony/http-foundation": "<6.4"
},
"require-dev": {
"symfony/http-client": "^6.3|^7.0",
"symfony/webhook": "^6.3|^7.0"
"symfony/http-client": "^6.4|^7.0",
"symfony/webhook": "^6.4|^7.0"
},
"type": "symfony-mailer-bridge",
"autoload": {
@ -6959,7 +6959,7 @@
"description": "Symfony Mailgun Mailer Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailgun-mailer/tree/v6.4.0"
"source": "https://github.com/symfony/mailgun-mailer/tree/v7.0.0"
},
"funding": [
{
@ -6975,7 +6975,7 @@
"type": "tidelift"
}
],
"time": "2023-11-06T17:20:05+00:00"
"time": "2023-11-07T15:10:37+00:00"
},
{
"name": "symfony/mime",