From b2fdb81909314e4361baa91088799b335331a0ea Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 21 Oct 2024 14:40:22 +0200 Subject: [PATCH] Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring --- src/Symfony/Component/HttpKernel/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 5f32158f680f9..d62a80a610d9c 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -86,7 +86,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl public const EXTRA_VERSION = 'DEV'; public const END_OF_MAINTENANCE = '11/2024'; - public const END_OF_LIFE = '11/2025'; + public const END_OF_LIFE = '02/2029'; public function __construct(string $environment, bool $debug) {