10000 [HttpKernel] Fix Symfony 7.3 end of maintenance date · symfony/http-kernel@059b29f · GitHub
[go: up one dir, main page]

Skip to content

Commit 059b29f

Browse files
authored
[HttpKernel] Fix Symfony 7.3 end of maintenance date
1 parent 003a7fa commit 059b29f

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