Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Fix indentation in upgrade_major.rst
  • Loading branch information
javiereguiluz committed Jun 12, 2024
2 parents 802dc73 + 14c83db commit 2a17035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/upgrade_major.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ this one. For instance, update it to ``6.0.*`` to upgrade to Symfony 6.0:
"extra": {
"symfony": {
"allow-contrib": false,
- "require": "5.4.*"
+ "require": "6.0.*"
- "require": "5.4.*"
+ "require": "6.0.*"
}
}
Expand Down

0 comments on commit 2a17035

Please sign in to comment.