From cecd6d7c057b33dd36da13f212f9a75241ac3f96 Mon Sep 17 00:00:00 2001 From: Vyacheslav Pavlov Date: Sat, 23 Aug 2014 17:19:21 +0400 Subject: [PATCH] Fixed version for composer install --- quick_tour/the_big_picture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index a79bc9d2e08..ac0fa794f18 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -18,7 +18,7 @@ directory: .. code-block:: bash - $ composer create-project symfony/framework-standard-edition myproject/ '~2.4' + $ composer create-project symfony/framework-standard-edition myproject/ '~2.3' .. note::