Browse Source

Bump symfony/mailgun-mailer from 7.2.0 to 7.3.0

Bumps [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) from 7.2.0 to 7.3.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.2.0...v7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/815/head
dependabot[bot] 5 months ago
committed by James Cole
parent
commit
513700c0f6
  1. 2
      composer.json
  2. 46
      composer.lock

2
composer.json

@ -81,7 +81,7 @@
"league/csv": "9.*", "league/csv": "9.*",
"spatie/enum": "^3.10", "spatie/enum": "^3.10",
"symfony/http-client": "^7.2", "symfony/http-client": "^7.2",
"symfony/mailgun-mailer": "^7.2",
"symfony/mailgun-mailer": "^7.3",
"genkgo/camt": ">=2.10.0" "genkgo/camt": ">=2.10.0"
}, },
"require-dev": { "require-dev": {

46
composer.lock

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "39caae78b55ab667e63b1ea4ae6bc28b",
"content-hash": "577258673e842694dfec5dbbb39ed854",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -3926,16 +3926,16 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v7.2.0",
"version": "v7.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
"reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
"reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
"reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3986,7 +3986,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
"source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
}, },
"funding": [ "funding": [
{ {
@ -4002,7 +4002,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-25T14:21:43+00:00"
"time": "2025-04-22T09:11:45+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@ -4511,16 +4511,16 @@
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v7.2.6",
"version": "v7.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "998692469d6e698c6eadc7ef37a6530a9eabb356"
"reference": "0f375bbbde96ae8c78e4aa3e63aabd486e33364c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/998692469d6e698c6eadc7ef37a6530a9eabb356",
"reference": "998692469d6e698c6eadc7ef37a6530a9eabb356",
"url": "https://api.github.com/repos/symfony/mailer/zipball/0f375bbbde96ae8c78e4aa3e63aabd486e33364c",
"reference": "0f375bbbde96ae8c78e4aa3e63aabd486e33364c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4571,7 +4571,7 @@
"description": "Helps sending emails", "description": "Helps sending emails",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailer/tree/v7.2.6"
"source": "https://github.com/symfony/mailer/tree/v7.3.0"
}, },
"funding": [ "funding": [
{ {
@ -4587,11 +4587,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-04-04T09:50:51+00:00"
"time": "2025-04-04T09:51:09+00:00"
}, },
{ {
"name": "symfony/mailgun-mailer", "name": "symfony/mailgun-mailer",
"version": "v7.2.0",
"version": "v7.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailgun-mailer.git", "url": "https://github.com/symfony/mailgun-mailer.git",
@ -4640,7 +4640,7 @@
"description": "Symfony Mailgun Mailer Bridge", "description": "Symfony Mailgun Mailer Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailgun-mailer/tree/v7.2.0"
"source": "https://github.com/symfony/mailgun-mailer/tree/v7.3.0"
}, },
"funding": [ "funding": [
{ {
@ -4660,16 +4660,16 @@
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v7.2.6",
"version": "v7.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "706e65c72d402539a072d0d6ad105fff6c161ef1"
"reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/706e65c72d402539a072d0d6ad105fff6c161ef1",
"reference": "706e65c72d402539a072d0d6ad105fff6c161ef1",
"url": "https://api.github.com/repos/symfony/mime/zipball/0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
"reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4724,7 +4724,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v7.2.6"
"source": "https://github.com/symfony/mime/tree/v7.3.0"
}, },
"funding": [ "funding": [
{ {
@ -4740,7 +4740,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-04-27T13:34:41+00:00"
"time": "2025-02-19T08:51:26+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
@ -10203,6 +10203,6 @@
"ext-bcmath": "*", "ext-bcmath": "*",
"ext-json": "*" "ext-json": "*"
}, },
"platform-dev": {},
"plugin-api-version": "2.6.0"
"platform-dev": [],
"plugin-api-version": "2.3.0"
} }
Loading…
Cancel
Save