10000 minor #51256 [FrameworkBundle] fix minimum required HttpKernel compon… · symfony/symfony@dc94413 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc94413

Browse files
committed
minor #51256 [FrameworkBundle] fix minimum required HttpKernel component version (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] fix minimum required HttpKernel component version | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | finishes #51203 | License | MIT | Doc PR | Commits ------- c9fca51 fix minimum required HttpKernel component version
2 parents 36ec5e2 + c9fca51 commit dc94413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/error-handler": "^6.1|^7.0",
2727
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
2828
"symfony/http-foundation": "^6.4|^7.0",
29-
"symfony/http-kernel": "^6.3|^7.0",
29+
"symfony/http-kernel": "^6.4|^7.0",
3030
"symfony/polyfill-mbstring": "~1.0",
3131
"symfony/filesystem": "^5.4|^6.0|^7.0",
3232
"symfony/finder": "^5.4|^6.0|^7.0",

0 commit comments

Comments
 (0)
0