File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ optional second argument of the ``new`` command:
98
98
99
99
# use the most recent version in any Symfony branch
100
100
$ symfony new my_project_name 2.6
101
- $ symfony new my_project_name 2.7
101
+ $ symfony new my_project_name 2.8
102
102
103
103
# use a specific Symfony version
104
- $ symfony new my_project_name 2.6.5
105
104
$ symfony new my_project_name 2.7.3
105
+ $ symfony new my_project_name 2.8.1
106
106
107
107
# use a beta or RC version (useful for testing new Symfony versions)
108
- $ symfony new my_project 2.7 .0-BETA1
108
+ $ symfony new my_project 2.8 .0-BETA1
109
109
$ symfony new my_project 2.7.0-RC1
110
110
111
111
The installer also supports a special version called ``lts `` which installs the
@@ -152,7 +152,7 @@ version as the second argument of the ``create-project`` command:
152
152
153
153
.. code-block :: bash
154
154
155
- $ composer create-project symfony/framework-standard-edition my_project_name " 2.7 .*"
155
+ $ composer create-project symfony/framework-standard-edition my_project_name " 2.8 .*"
156
156
157
157
.. tip ::
158
158
You can’t perform that action at this time.
0 commit comments