From 0db429e97725f7d669e815956b8b0665de27815c Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 11 Sep 2018 15:09:05 +0200 Subject: [PATCH] use latest version in example --- setup/flex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/flex.rst b/setup/flex.rst index 35d98ba3121..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:3.4.* my-project + $ composer create-project symfony/skeleton:4.1.* my-project .. note::