Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3581145

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/AHi,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 parents4eca8d1 +f43d720 commit3581145

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
publicconstRELEASE_VERSION =1;
8383
publicconstEXTRA_VERSION ='DEV';
8484

85-
publicconstEND_OF_MAINTENANCE ='05/2021';
85+
publicconstEND_OF_MAINTENANCE ='01/2022';
8686
publicconstEND_OF_LIFE ='01/2022';
8787

8888
publicfunction__construct(string$environment,bool$debug)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp