[ticket/17135] Update Symfony mailer

PHPBB-17135
This commit is contained in:
rxu 2025-01-05 16:01:06 +07:00
parent 50e408bdea
commit 2f6ec7fc65
No known key found for this signature in database
GPG key ID: 955F0567380E586A

26
phpBB/composer.lock generated
View file

@ -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": "f6e182dafa1a6e6a60136e35d5379532", "content-hash": "2ce7bc4e8f61d065ff471afa38f12394",
"packages": [ "packages": [
{ {
"name": "bantu/ini-get-wrapper", "name": "bantu/ini-get-wrapper",
@ -4488,16 +4488,16 @@
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v6.3.5", "version": "v6.4.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "d89611a7830d51b5e118bca38e390dea92f9ea06" "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663"
}, },
"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/c2f7e0d8d7ac8fe25faccf5d8cac462805db2663",
"reference": "d89611a7830d51b5e118bca38e390dea92f9ea06", "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4505,8 +4505,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": {
@ -4517,10 +4517,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": {
@ -4548,7 +4548,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.13"
}, },
"funding": [ "funding": [
{ {
@ -4564,7 +4564,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-09-06T09:47:15+00:00" "time": "2024-09-25T14:18:03+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",