diff --git a/setup/flex.rst b/setup/flex.rst index a157f4ea441..4c149d695c0 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -111,7 +111,7 @@ Symfony application by executing the following command: .. code-block:: terminal - $ composer create-project symfony/skeleton my-project + $ composer create-project symfony/skeleton:3.4.* my-project .. note::