From 718e4a3e6e2be83b8b39c875f801f95203c94c10 Mon Sep 17 00:00:00 2001 From: Daniel Platt Date: Thu, 2 Aug 2018 15:34:26 +0100 Subject: [PATCH] Specify version for symfony/skeleton --- setup/flex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::