Skip to content

Commit 1223525

Browse files
jmschederrabus
authored andcommitted
Fix Symfony 5.3 end of maintenance date
1 parent 0996d53 commit 1223525

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
@@ -82,7 +82,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
8282
public const RELEASE_VERSION = 1;
8383
public const EXTRA_VERSION = 'DEV';
8484

85-
public const END_OF_MAINTENANCE = '05/2021';
85+
public const END_OF_MAINTENANCE = '01/2022';
8686
public const END_OF_LIFE = '01/2022';
8787

8888
public function __construct(string $environment, bool $debug)

0 commit comments

Comments
 (0)