Skip to content

Commit

Permalink
chore: document latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
94noni authored Feb 26, 2024
1 parent 32fd115 commit 4246b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
$ symfony new my_project_directory --version=next
# you can also select an exact specific Symfony version
$ symfony new my_project_directory --version="5.4.*"
$ symfony new my_project_directory --version="6.4.*"
The ``lts`` and ``next`` shortcuts are only available when using Symfony to
create new projects. If you use Composer, you need to tell the exact version:

.. code-block:: terminal
$ composer create-project symfony/skeleton:"5.4.*" my_project_directory
$ composer create-project symfony/skeleton:"6.4.*" my_project_directory
The Symfony Demo application
----------------------------
Expand Down

0 comments on commit 4246b9e

Please sign in to comment.