Skip to content

Commit a775e38

Browse files
committed
Fixed wrong version of symfony with composer install
1 parent ad013b5 commit a775e38

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

book/installation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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>`,
102101
pass ``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

0 commit comments

Comments
 (0)