File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ optional second argument of the ``new`` command:
9898
9999 # use the most recent version in any Symfony branch
100100 $ symfony new my_project_name 2.8
101- $ symfony new my_project_name 3.0
101+ $ symfony new my_project_name 3.1
102102
103103 # use a specific Symfony version
104- $ symfony new my_project_name 2.7.3
105104 $ symfony new my_project_name 2.8.1
105+ $ symfony new my_project_name 3.0.2
106106
107107 # use a beta or RC version (useful for testing new Symfony versions)
108108 $ symfony new my_project 3.0.0-BETA1
109- $ symfony new my_project 2.7 .0-RC1
109+ $ symfony new my_project 3.1 .0-RC1
110110
111111 The installer also supports a special version called ``lts `` which installs the
112112most recent :ref: `Symfony LTS version <releases-lts >` available:
@@ -152,7 +152,7 @@ version as the second argument of the ``create-project`` command:
152152
153153.. code-block :: bash
154154
155- $ composer create-project symfony/framework-standard-edition my_project_name " 3.0 .*"
155+ $ composer create-project symfony/framework-standard-edition my_project_name " 3.1 .*"
156156
157157 .. tip ::
158158
You can’t perform that action at this time.
0 commit comments