File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ with the ``new`` command:
67
67
68
68
.. code-block :: terminal
69
69
70
- $ symfony new my_project_name --version= 3.4
70
+ $ symfony new my_project_name 3.4
71
71
72
72
This command creates a new directory called ``my_project_name/ `` that contains
73
73
an empty project based on the most recent stable Symfony version available. In
@@ -111,14 +111,14 @@ In case your project needs to be based on a specific Symfony version, use the
111
111
.. code-block :: terminal
112
112
113
113
# use the most recent version in any Symfony branch
114
- $ symfony new my_project_name --version= 3.3
115
- $ symfony new my_project_name --version= 3.4
114
+ $ symfony new my_project_name 3.3
115
+ $ symfony new my_project_name 3.4
116
116
117
117
# use the most recent 'lts' version (Long Term Support version)
118
- $ symfony new my_project_name --version= lts
118
+ $ symfony new my_project_name lts
119
119
120
120
# use the 'next' Symfony version to be released (still in development)
121
- $ symfony new my_project_name --version= next
121
+ $ symfony new my_project_name next
122
122
123
123
Each version has its *own * documentation, which you can select on any documentation
124
124
page.
You can’t perform that action at this time.
0 commit comments