Skip to content

Commit 9fe5455

Browse files
committed
minor #5662 Fixed wrong version of symfony with composer install (Nek-)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed wrong version of symfony with composer install | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >2.7 | Fixed tickets | #5627 (comment) Commits ------- a775e38 Fixed wrong version of symfony with composer install
2 parents d782c4b + a775e38 commit 9fe5455

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
@@ -95,13 +95,12 @@ optional second argument of the ``new`` command:
9595
.. code-block:: bash
9696
9797
# use the most recent version in any Symfony branch
98-
$ symfony new my_project_name 2.3
99-
$ symfony new my_project_name 2.5
10098
$ symfony new my_project_name 2.6
99+
$ symfony new my_project_name 2.7
101100
102101
# use a specific Symfony version
103-
$ symfony new my_project_name 2.3.26
104102
$ symfony new my_project_name 2.6.5
103+
$ symfony new my_project_name 2.7.3
105104
106105
# use a beta or RC version (useful for testing new Symfony versions)
107106
$ symfony new my_project 2.7.0-BETA1
@@ -151,7 +150,7 @@ version as the second argument of the ``create-project`` command:
151150

152151
.. code-block:: bash
153152
154-
$ composer create-project symfony/framework-standard-edition my_project_name "2.3.*"
153+
$ composer create-project symfony/framework-standard-edition my_project_name "2.7.*"
155154
156155
.. tip::
157156

0 commit comments

Comments
 (0)