Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Fix indentation in upgrade_major.rst
  • Loading branch information
javiereguiluz committed Jun 12, 2024
2 parents e9f1fe1 + 253da85 commit 771c9e0
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 771c9e0

Please sign in to comment.