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 @@ -97,13 +97,12 @@ optional second argument of the ``new`` command:
97
97
.. code-block :: bash
98
98
99
99
# use the most recent version in any Symfony branch
100
- $ symfony new my_project_name 2.3
101
- $ symfony new my_project_name 2.5
102
100
$ symfony new my_project_name 2.6
101
+ $ symfony new my_project_name 2.7
103
102
104
103
# use a specific Symfony version
105
- $ symfony new my_project_name 2.3.26
106
104
$ symfony new my_project_name 2.6.5
105
+ $ symfony new my_project_name 2.7.3
107
106
108
107
# use a beta or RC version (useful for testing new Symfony versions)
109
108
$ symfony new my_project 2.7.0-BETA1
@@ -153,7 +152,7 @@ version as the second argument of the ``create-project`` command:
153
152
154
153
.. code-block :: bash
155
154
156
- $ composer create-project symfony/framework-standard-edition my_project_name " 2.3 .*"
155
+ $ composer create-project symfony/framework-standard-edition my_project_name " 2.7 .*"
157
156
158
157
.. tip ::
159
158
You can’t perform that action at this time.
0 commit comments