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