diff --git a/setup/flex.rst b/setup/flex.rst index ddf06ab63f0..3457e7ba0cf 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:4.1.* my-project .. note::