Skip to content

Commit

Permalink
minor #19952 Fix indentation in upgrade_major.rst (karpilin)
Browse files Browse the repository at this point in the history
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead.

Discussion
----------

Fix indentation in upgrade_major.rst

Correcting slight indentation issue

Commits
-------

1911806 Fix indentation in upgrade_major.rst
  • Loading branch information
javiereguiluz committed Jun 12, 2024
2 parents bd50a7e + 1911806 commit 14c83db
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 14c83db

Please sign in to comment.