Skip to content

Commit 58979a2

Browse files
committed
Merge branch '2.7' into 2.8
2 parents b2b1239 + 9fe5455 commit 58979a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

book/installation.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,12 @@ optional second argument of the ``new`` command:
9797
.. code-block:: bash
9898
9999
# 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
102100
$ symfony new my_project_name 2.6
101+
$ symfony new my_project_name 2.7
103102
104103
# use a specific Symfony version
105-
$ symfony new my_project_name 2.3.26
106104
$ symfony new my_project_name 2.6.5
105+
$ symfony new my_project_name 2.7.3
107106
108107
# use a beta or RC version (useful for testing new Symfony versions)
109108
$ symfony new my_project 2.7.0-BETA1
@@ -153,7 +152,7 @@ version as the second argument of the ``create-project`` command:
153152

154153
.. code-block:: bash
155154
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.*"
157156
158157
.. tip::
159158

0 commit comments

Comments
 (0)