Skip to content

Commit 73ab31f

Browse files
committed
minor #12833 Update references to 4.4 version (pavlakis)
This PR was merged into the 4.4 branch. Discussion ---------- Update references to 4.4 version As version `4.4` is an LTS, would be useful for the docs to reference the `4.4` version specifically when updating to this version. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- d505c97 Update references to 4.4 version
2 parents 724a8fe + d505c97 commit 73ab31f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup/upgrade_minor.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ are like this:
4545
4646
At the bottom of your ``composer.json`` file, in the ``extra`` block you can
4747
find a data setting for the symfony version. Make sure to also upgrade
48-
this one. For instance, update it to ``4.3.*`` to upgrade to Symfony 4.3:
48+
this one. For instance, update it to ``
49+
.*`` to upgrade to Symfony 4.4:
4950

5051
.. code-block:: json
5152
5253
"extra": {
5354
"symfony": {
5455
"allow-contrib": false,
55-
"require": "4.3.*"
56+
"require": "4.4.*"
5657
}
5758
}
5859

0 commit comments

Comments
 (0)