8000 Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibex… · symfony/http-kernel@3613ca8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3613ca8

Browse files
Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring
1 parent 9dfc68b commit 3613ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0