File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,12 @@ optional second argument of the ``new`` command:
9090.. code-block :: bash
9191
9292 # use the most recent version in any Symfony branch
93- $ symfony new my_project_name 2.3
94- $ symfony new my_project_name 2.5
9593 $ symfony new my_project_name 2.6
94+ $ symfony new my_project_name 2.7
9695
9796 # use a specific Symfony version
98- $ symfony new my_project_name 2.3.26
9997 $ symfony new my_project_name 2.6.5
98+ $ symfony new my_project_name 2.7.3
10099
101100 If you want your project to be based on the latest :ref: `Symfony LTS version <releases-lts >`,
102101pass ``lts `` as the second argument of the ``new `` command:
@@ -146,7 +145,7 @@ version as the second argument of the ``create-project`` command:
146145
147146.. code-block :: bash
148147
149- $ composer create-project symfony/framework-standard-edition my_project_name " 2.3 .*"
148+ $ composer create-project symfony/framework-standard-edition my_project_name " 2.7 .*"
150149
151150 .. tip ::
152151
You can’t perform that action at this time.
0 commit comments