Skip to content

Commit 4567de5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ version as the second argument of the ``create-project`` command:
146146

147147
.. code-block:: bash
148148
149-
$ composer create-project symfony/framework-standard-edition my_project_name "2.3.*"
149+
$ composer create-project symfony/framework-standard-edition my_project_name "2.7.*"
150150
151151
.. tip::
152152

0 commit comments

Comments
 (0)