File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,17 @@ optional second argument of the ``new`` command:
98
98
$ symfony new my_project_name 2.3.26
99
99
$ symfony new my_project_name 2.6.5
100
100
101
- If you want your project to be based on the latest :ref: `Symfony LTS version <releases-lts >`,
102
- pass ``lts `` as the second argument of the ``new `` command:
101
+ # use a beta or RC version (useful for testing new Symfony versions)
102
+ $ symfony new my_project 2.7.0-BETA1
103
+ $ symfony new my_project 2.7.0-RC1
104
+
105
+ The installer also supports a special version called ``lts `` which installs the
106
+ most recent :ref: `Symfony LTS version <releases-lts >` available:
103
107
104
108
.. code-block :: bash
105
109
106
- # Linux, Mac OS X
107
110
$ symfony new my_project_name lts
108
111
109
- # Windows
110
- c:\p rojects\> php symfony new my_project_name lts
111
-
112
112
Read the :doc: `Symfony Release process </contributing/community/releases >`
113
113
to better understand why there are several Symfony versions and which one
114
114
to use for your projects.
You can’t perform that action at this time.
0 commit comments