Skip to content

Commit

Permalink
add note about newer version on the “upgrade major” guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Feb 9, 2024
1 parent 0786d34 commit 44b7500
Showing 1 changed file with 7 additions and 0 deletions.
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 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

0 comments on commit 44b7500

Please sign in to comment.