Skip to content

Commit

Permalink
minor #52381 [WebProfilerBundle] do not install FrameworkBundle `6.4.…
Browse files Browse the repository at this point in the history
…0-BETA1` (xabbuh)

This PR was merged into the 5.4 branch.

Discussion
----------

[WebProfilerBundle] do not install FrameworkBundle `6.4.0-BETA1`

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

Commits
-------

d86ec214a4 do not install FrameworkBundle 6.4
  • Loading branch information
nicolas-grekas committed Oct 31, 2023
2 parents 4524e11 + d8f9bcb commit c3e04e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=7.2.5",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^5.3|^6.0",
"symfony/framework-bundle": "^5.3|^6.0,<6.4",
"symfony/http-kernel": "^5.3|^6.0",
"symfony/polyfill-php80": "^1.16",
"symfony/routing": "^4.4|^5.0|^6.0",
Expand Down

0 comments on commit c3e04e0

Please sign in to comment.