Skip to content

Commit ebd2270

Browse files
committed
bug #58613 Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT As part of the sponsoring of Symfony 5.4 by Ibexa, we agreed to extend the security-only maintenance period until February 2029 (which matches the EOL of Ibexa's DXP 4.6 LTS). Thanks to them! (but please don't make this an excuse to postpone upgrading to Symfony++ everybody 🙏 ) Labeling this PR as a bugfix so that it gets some visibility in the changelog. /cc `@adamwojs` FYI Commits ------- b2fdb81 Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring
2 parents e39f6a9 + b2fdb81 commit ebd2270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

+1-1
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)