Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0247e0

Browse files
committed
bug #46650 [WebProfilerBundle] Bump http-kernel requirement to ^6.1 (ostrolucky)
This PR was merged into the 6.1 branch. Discussion ---------- [WebProfilerBundle] Bump http-kernel requirement to ^6.1 | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Since #44483, WebProfilerBundle requires `\Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::hasXdebugInfo`, but this feature was added to http-kernel in very same PR. Hence profiler at the moment does not work with http-kernel < 6.1 (when twig strict variables are enabled, which is a default) Commits ------- 133b165 [WebProfilerBundle] Bump http-kernel requirement to ^6.1
2 parents bf255fa + 133b165 commit f0247e0

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": ">=8.1",
2020
"symfony/config": "^5.4|^6.0",
2121
"symfony/framework-bundle": "^5.4|^6.0",
22-
"symfony/http-kernel": "^5.4|^6.0",
22+
"symfony/http-kernel": "^6.1",
2323
"symfony/routing": "^5.4|^6.0",
2424
"symfony/twig-bundle": "^5.4|^6.0",
2525
"twig/twig": "^2.13|^3.0.4"

0 commit comments

Comments
 (0)