Skip to content

[5.4] add note about newer version on the “upgrade major” guide #19541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions setup/upgrade_major.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ this one. For instance, update it to ``6.0.*`` to upgrade to Symfony 6.0:
}
}


.. tip::

If a more recent minor version is available, e.g. ``6.4``, you can use this version directly
and skip the older releases, like ``6.0``. Check the `available versions`_.

Next, use Composer to download new versions of the libraries:

.. code-block:: terminal
Expand Down Expand Up @@ -335,3 +341,4 @@ Classes in the ``vendor/`` directory are always ignored.

.. _`PHP CS Fixer`: https://github.com/friendsofphp/php-cs-fixer
.. _`Rector`: https://github.com/rectorphp/rector
.. _`available versions`: https://symfony.com/releases