Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 724fe41

Browse filesBrowse 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
Copy full SHA for 724fe41

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎setup.rst

Copy file name to clipboardExpand all lines: setup.rst
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.