File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ optional second argument of the ``new`` command:
89
89
90
90
.. code-block :: bash
91
91
92
- // use the most recent version in any Symfony branch
92
+ # use the most recent version in any Symfony branch
93
93
$ symfony new my_project_name 2.3
94
94
$ symfony new my_project_name 2.5
95
95
$ symfony new my_project_name 2.6
96
96
97
- // use a specific Symfony version
97
+ # use a specific Symfony version
98
98
$ symfony new my_project_name 2.3.26
99
99
$ symfony new my_project_name 2.6.5
100
100
101
- // use the most recent LTS (Long Term Support) version
101
+ # use the most recent LTS (Long Term Support) version
102
102
$ symfony new my_project_name lts
103
103
104
104
Read the :doc: `Symfony Release process </contributing/community/releases >`
You can’t perform that action at this time.
0 commit comments