Remove unsupported ping_threshold option from mailer config to fix Symfony 8 cache:clear error

The ping_threshold option is not a valid framework.mailer configuration key in Symfony Mailer.
This caused composer install to fail during cache:clear on deployment.
The option should be set as a DSN query parameter on the MAILER_DSN environment variable instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-03 21:52:32 +02:00
parent 240489d330
commit e32a2a2722

View File

@@ -1,4 +1,3 @@
framework:
mailer:
dsn: '%env(MAILER_DSN)%'
ping_threshold: 10