diff --git a/book/installation.rst b/book/installation.rst index c9e24f32721..6d67938ea3f 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -57,7 +57,7 @@ Distribution: .. code-block:: bash - $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.5.* + $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '2.5.*' .. tip:: diff --git a/cookbook/workflow/new_project_git.rst b/cookbook/workflow/new_project_git.rst index 574c7d5915e..580b3807cc7 100644 --- a/cookbook/workflow/new_project_git.rst +++ b/cookbook/workflow/new_project_git.rst @@ -24,7 +24,7 @@ git repository: .. code-block:: bash - $ php composer.phar create-project symfony/framework-standard-edition path/ ~2.3 + $ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3' Composer will now download the Standard Distribution along with all of the required vendor libraries. For more information about downloading Symfony using