Skip to content

Commit

Permalink
minor #51256 [FrameworkBundle] fix minimum required HttpKernel compon…
Browse files Browse the repository at this point in the history
…ent 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
  • Loading branch information
xabbuh committed Aug 3, 2023
2 parents 36ec5e2 + c9fca51 commit dc94413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/composer.json
Expand Up @@ -26,7 +26,7 @@
"symfony/error-handler": "^6.1|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.3|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
Expand Down

0 comments on commit dc94413

Please sign in to comment.