8000 bug #41461 Fix Symfony 5.3 end of maintenance date (jmsche) · symfony/symfony@3581145 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3581145

Browse files
committed
bug #41461 Fix Symfony 5.3 end of maintenance date (jmsche)
This PR was squashed before being merged into the 5.3 branch. Discussion ---------- Fix Symfony 5.3 end of maintenance date | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes? | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Hi, I think the end of maintenance date was somehow forgotten during the 5.3.0 release process, so the profiler indicates this version is not maintained anymore, hence this PR :) Commits ------- f43d720 Fix Symfony 5.3 end of maintenance date
2 parents 4eca8d1 + f43d720 commit 3581145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/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)
0