Skip to content

Commit 3e752ca

Browse files
committed
Tweaks
1 parent d39cfcc commit 3e752ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/upgrade_major.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ this one. For instance, update it to ``6.0.*`` to upgrade to Symfony 6.0:
176176
}
177177
}
178178
179-
180179
.. tip::
181180

182-
If a more recent minor version is available, e.g. ``6.4``, you can use this version directly
183-
and skip the older releases, like ``6.0``. Check the `available versions`_.
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`_.
184184

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

@@ -341,4 +341,4 @@ Classes in the ``vendor/`` directory are always ignored.
341341

342342
.. _`PHP CS Fixer`: https://github.com/friendsofphp/php-cs-fixer
343343
.. _`Rector`: https://github.com/rectorphp/rector
344-
.. _`available versions`: https://symfony.com/releases
344+
.. _`maintained Symfony versions`: https://symfony.com/releases

0 commit comments

Comments
 (0)