File tree 1 file changed +3
-4
lines changed
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:
90
90
.. code-block :: bash
91
91
92
92
# 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
95
93
$ symfony new my_project_name 2.6
94
+ $ symfony new my_project_name 2.7
96
95
97
96
# use a specific Symfony version
98
- $ symfony new my_project_name 2.3.26
99
97
$ symfony new my_project_name 2.6.5
98
+ $ symfony new my_project_name 2.7.3
100
99
101
100
If you want your project to be based on the latest :ref: `Symfony LTS version <releases-lts >`,
102
101
pass ``lts `` as the second argument of the ``new `` command:
@@ -146,7 +145,7 @@ version as the second argument of the ``create-project`` command:
146
145
147
146
.. code-block :: bash
148
147
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 .*"
150
149
151
150
.. tip ::
152
151
You can’t perform that action at this time.
0 commit comments