We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70a501 commit e0f0908Copy full SHA for e0f0908
setup.rst
@@ -61,6 +61,10 @@ commands to create the new Symfony application using Composer:
61
62
# run this if you are building a microservice, console application or API
63
$ 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
68
69
No matter which command you run to create the Symfony application. All of them
70
will create a new ``my_project_name/`` directory, download some dependencies
0 commit comments