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::