From 1582a0e4bf6d97d82613e6c3d46ec460e47492d9 Mon Sep 17 00:00:00 2001 From: BahmanMD Date: Wed, 1 Jun 2022 08:15:58 +0430 Subject: [PATCH] Update setup.rst (version 6.1) --- setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index 9d52656900c..4e9eb44caa8 100644 --- a/setup.rst +++ b/setup.rst @@ -273,14 +273,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=6.0 + $ symfony new my_project_directory --version=5.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:"^6.0" my_project_directory + $ composer create-project symfony/skeleton:"5.4.*" my_project_directory The Symfony Demo application ----------------------------