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

Commitc56a621

Browse files
committed
bug#38225 WebProfiler 5.2 is incompatible with HttpKernel 5.1 (derrabus)
This PR was merged into the 5.2-dev branch.Discussion----------WebProfiler 5.2 is incompatible with HttpKernel 5.1| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | N/A| License | MIT| Doc PR | N/AI have upgraded WebProfilerBundle to master in my project. Afterwards, the profiler crashes with the following error.<img width="1049" alt="Bildschirmfoto 2020-09-17 um 21 45 23" src="https://user-images.githubusercontent.com/1506493/93520652-1a67a280-f92f-11ea-8f05-c72cbd996f19.png">Looks like the changes of#36364 require HttpKernel to be bumped to 5.2 as well, so this PR suggests to do just that.Commits-------115d685 WebProfiler 5.2 is incompatible with HttpKernel 5.1
2 parents8d45013 +115d685 commitc56a621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php":">=7.2.5",
2020
"symfony/config":"^4.4|^5.0",
2121
"symfony/framework-bundle":"^5.1",
22-
"symfony/http-kernel":"^4.4|^5.0",
22+
"symfony/http-kernel":"^5.2",
2323
"symfony/routing":"^4.4|^5.0",
2424
"symfony/twig-bundle":"^4.4|^5.0",
2525
"twig/twig":"^2.10|^3.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp