Skip to content

Commit 8af938e

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [5.4] add note about newer version on the “upgrade major” guide
2 parents 74d44c1 + 3e752ca commit 8af938e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/upgrade_major.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ this one. For instance, update it to ``6.0.*`` to upgrade to Symfony 6.0:
176176
}
177177
}
178178
179+
.. tip::
180+
181+
If a more recent minor version is available (e.g. ``6.4``) you can use that
182+
version directly and skip the older releases (``6.0``, ``6.1``, etc.).
183+
Check the `maintained Symfony versions`_.
184+
179185
Next, use Composer to download new versions of the libraries:
180186

181187
.. code-block:: terminal
@@ -331,3 +337,4 @@ Classes in the ``vendor/`` directory are always ignored.
331337

332338
.. _`PHP CS Fixer`: https://github.com/friendsofphp/php-cs-fixer
333339
.. _`Rector`: https://github.com/rectorphp/rector
340+
.. _`maintained Symfony versions`: https://symfony.com/releases

0 commit comments

Comments
 (0)