From b7438ffab845a2bccbaa021b4d9ed6a7ae19823b Mon Sep 17 00:00:00 2001 From: BahmanMD Date: Tue, 31 May 2022 11:10:32 +0430 Subject: [PATCH] Update setup.rst ( version 6.2 ) --- setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index 6effd29926a..e627e06edd8 100644 --- a/setup.rst +++ b/setup.rst @@ -64,12 +64,12 @@ Symfony application using Composer: .. code-block:: terminal # run this if you are building a traditional web application - $ composer create-project symfony/skeleton:"6.0.*" my_project_directory + $ composer create-project symfony/skeleton:"6.2.*@dev" my_project_directory $ cd my_project_directory $ composer require webapp # run this if you are building a microservice, console application or API - $ composer create-project symfony/skeleton:"6.0.*" my_project_directory + $ composer create-project symfony/skeleton:"6.2.*@dev" my_project_directory No matter which command you run to create the Symfony application. All of them will create a new ``my_project_directory/`` directory, download some dependencies