8000 bug #45856 [FrameworkBundle] Fix deps (fabpot) · symfony/symfony@24304ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 24304ad

Browse files
committed
bug #45856 [FrameworkBundle] Fix deps (fabpot)
This PR was merged into the 6.1 branch. Discussion ---------- [FrameworkBundle] Fix deps | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a Commits ------- 9fed228 [FrameworkBundle] Fix deps
2 parents c66bb29 + 9fed228 commit 24304ad

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/event-dispatcher": "^5.4|^6.0",
2727
"symfony/error-handler": "^5.4|^6.0",
2828
"symfony/http-foundation": "^5.4|^6.0",
29-
"symfony/http-kernel": "^5.4|^6.0",
29+
"symfony/http-kernel": "^6.1",
3030
"symfony/polyfill-mbstring": "~1.0",
3131
"symfony/filesystem": "^5.4|^6.0",
3232
"symfony/finder": "^5.4|^6.0",

0 commit comments

Comments
 (0)
0