Skip to content

Commit 1582a0e

Browse files
BahmanMDjaviereguiluz
authored andcommitted
Update setup.rst (version 6.1)
1 parent 682108b commit 1582a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
273273
$ symfony new my_project_directory --version=next
274274
275275
# you can also select an exact specific Symfony version
276-
$ symfony new my_project_directory --version=6.0
276+
$ symfony new my_project_directory --version=5.4.*
277277
278278
The ``lts`` and ``next`` shortcuts are only available when using Symfony to
279279
create new projects. If you use Composer, you need to tell the exact version:
280280

281281
.. code-block:: terminal
282282
283-
$ composer create-project symfony/skeleton:"^6.0" my_project_directory
283+
$ composer create-project symfony/skeleton:"5.4.*" my_project_directory
284284
285285
The Symfony Demo application
286286
----------------------------

0 commit comments

Comments
 (0)