We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39f6a9 commit b2fdb81Copy full SHA for b2fdb81
src/Symfony/Component/HttpKernel/Kernel.php
@@ -86,7 +86,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
86
public const EXTRA_VERSION = 'DEV';
87
88
public const END_OF_MAINTENANCE = '11/2024';
89
- public const END_OF_LIFE = '11/2025';
+ public const END_OF_LIFE = '02/2029';
90
91
public function __construct(string $environment, bool $debug)
92
{
0 commit comments