Skip to content

Commit 5440dad

Browse files
authored
[HttpKernel] Fix Symfony 7.3 end of maintenance date
1 parent 158dff8 commit 5440dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
8080
public const RELEASE_VERSION = 1;
8181
public const EXTRA_VERSION = 'DEV';
8282

83-
public const END_OF_MAINTENANCE = '05/2025';
83+
public const END_OF_MAINTENANCE = '01/2026';
8484
public const END_OF_LIFE = '01/2026';
8585

8686
public function __construct(

0 commit comments

Comments
 (0)