Skip to content

Commit 724fe41

Browse files
committed
minor #12760 Update setup.rst (rsaylor73)
This PR was submitted for the 4.4 branch but it was merged into the 4.3 branch instead (closes #12760). Discussion ---------- Update setup.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e0f0908 Update setup.rst
2 parents f70a501 + e0f0908 commit 724fe41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.rst

+4
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)