Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  Fix indentation in upgrade_major.rst
  • Loading branch information
javiereguiluz committed Jun 12, 2024
2 parents 4ae5fbf + 2a17035 commit 253da85
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 @@ -169,8 +169,8 @@ this one. For instance, update it to ``7.0.*`` to upgrade to Symfony 7.0:
"extra": {
"symfony": {
"allow-contrib": false,
- "require": "6.4.*"
+ "require": "7.0.*"
- "require": "6.4.*"
+ "require": "7.0.*"
}
}
Expand Down

0 comments on commit 253da85

Please sign in to comment.