From e0f0908d6367f4619841c777e277de8e8f5d7cfc Mon Sep 17 00:00:00 2001 From: Robert Saylor Date: Wed, 4 Dec 2019 14:17:21 -0500 Subject: [PATCH] Update setup.rst --- setup.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.rst b/setup.rst index 32be370c945..4dbe8215608 100644 --- a/setup.rst +++ b/setup.rst @@ -61,6 +61,10 @@ commands to create the new Symfony application using Composer: # run this if you are building a microservice, console application or API $ composer create-project symfony/skeleton my_project_name + + # to specify the version of Symfony to install + $ composer create-project symfony/website-skeleton:^4.x my_project_name + Replace 4.x with the version. IE: 4.4 No matter which command you run to create the Symfony application. All of them will create a new ``my_project_name/`` directory, download some dependencies