Skip to content

Commit 7de4314

Browse files
authored
Update setup.rst
1 parent 410acb6 commit 7de4314

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ commands to create the new Symfony application using Composer:
6161
6262
# run this if you are building a microservice, console application or API
6363
$ composer create-project symfony/skeleton my_project_name
64+
65+
# to specify the version of Symfony to install
66+
$ composer create-project symfony/website-skeleton:^4.x my_project_name
67+
Replace 4.x with the version. IE: 4.4
6468
6569
No matter which command you run to create the Symfony application. All of them
6670
will create a new ``my_project_name/`` directory, download some dependencies

0 commit comments

Comments
 (0)