From 57aac1e7846d70af8b8808ffce4081d6a69b775b Mon Sep 17 00:00:00 2001 From: Dorthe Luebbert Date: Sun, 1 Dec 2013 12:29:05 +0100 Subject: [PATCH] changed version from 2.3.0 --> 2.3.7 just for convenience (i.e. people not reading the text carefully but copying the example and starting with an "old" Symfony version) --- book/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index fe5e5bcc25e..d19286a6239 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -57,11 +57,11 @@ Distribution: .. code-block:: bash - $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.0 + $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.7 .. tip:: - For an exact version, replace "2.3.0" with the latest Symfony version. + For an exact version, replace "2.3.7" with the latest Symfony version. For details, see the `Symfony Installation Page`_ .. tip::