Skip to content

Commit b2fdb81

Browse files
Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring
1 parent e39f6a9 commit b2fdb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
8686
public const EXTRA_VERSION = 'DEV';
8787

8888
public const END_OF_MAINTENANCE = '11/2024';
89-
public const END_OF_LIFE = '11/2025';
89+
public const END_OF_LIFE = '02/2029';
9090

9191
public function __construct(string $environment, bool $debug)
9292
{

0 commit comments

Comments
 (0)