Composer(deps): Bump symfony/mailer from 6.3.5 to 6.4.0 (#1177)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-30 09:39:29 +03:00 committed by GitHub
commit ec0536ebd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

72
composer.lock generated
View file

@ -1769,16 +1769,16 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v6.3.2", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e" "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d76d2632cfc2206eecb5ad2b26cd5934082941b6",
"reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e", "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1795,13 +1795,13 @@
}, },
"require-dev": { "require-dev": {
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0", "symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/error-handler": "^5.4|^6.0", "symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0", "symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/service-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^5.4|^6.0" "symfony/stopwatch": "^5.4|^6.0|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1829,7 +1829,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/v6.3.2" "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -1845,7 +1845,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-06T06:56:43+00:00" "time": "2023-07-27T06:52:43+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@ -1925,16 +1925,16 @@
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v6.3.5", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "d89611a7830d51b5e118bca38e390dea92f9ea06" "reference": "ca8dcf8892cdc5b4358ecf2528429bb5e706f7ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06", "url": "https://api.github.com/repos/symfony/mailer/zipball/ca8dcf8892cdc5b4358ecf2528429bb5e706f7ba",
"reference": "d89611a7830d51b5e118bca38e390dea92f9ea06", "reference": "ca8dcf8892cdc5b4358ecf2528429bb5e706f7ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1942,8 +1942,8 @@
"php": ">=8.1", "php": ">=8.1",
"psr/event-dispatcher": "^1", "psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^5.4|^6.0", "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/mime": "^6.2", "symfony/mime": "^6.2|^7.0",
"symfony/service-contracts": "^2.5|^3" "symfony/service-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
@ -1954,10 +1954,10 @@
"symfony/twig-bridge": "<6.2.1" "symfony/twig-bridge": "<6.2.1"
}, },
"require-dev": { "require-dev": {
"symfony/console": "^5.4|^6.0", "symfony/console": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/messenger": "^6.2", "symfony/messenger": "^6.2|^7.0",
"symfony/twig-bridge": "^6.2" "symfony/twig-bridge": "^6.2|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1985,7 +1985,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/v6.3.5" "source": "https://github.com/symfony/mailer/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -2001,20 +2001,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-09-06T09:47:15+00:00" "time": "2023-11-12T18:02:22+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v6.3.5", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e" "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e", "url": "https://api.github.com/repos/symfony/mime/zipball/ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
"reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e", "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2028,16 +2028,16 @@
"phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0", "phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<5.4", "symfony/mailer": "<5.4",
"symfony/serializer": "<6.2.13|>=6.3,<6.3.2" "symfony/serializer": "<6.3.2"
}, },
"require-dev": { "require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4", "egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0", "league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/property-access": "^5.4|^6.0", "symfony/property-access": "^5.4|^6.0|^7.0",
"symfony/property-info": "^5.4|^6.0", "symfony/property-info": "^5.4|^6.0|^7.0",
"symfony/serializer": "~6.2.13|^6.3.2" "symfony/serializer": "^6.3.2|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2069,7 +2069,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v6.3.5" "source": "https://github.com/symfony/mime/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -2085,7 +2085,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-09-29T06:59:36+00:00" "time": "2023-10-17T11:49:05+00:00"
}, },
{ {
"name": "symfony/polyfill", "name": "symfony/polyfill",
@ -2463,5 +2463,5 @@
"php": "^8.1" "php": "^8.1"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }