From 49a0c22724a08f56bea1202aaca40a0e4aac8b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Thu, 26 Mar 2015 15:03:20 +0100 Subject: [PATCH] Setup.md - composer picks last stable version --- Resources/doc/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/setup.md b/Resources/doc/setup.md index ea3f769..fa98f67 100644 --- a/Resources/doc/setup.md +++ b/Resources/doc/setup.md @@ -8,7 +8,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```bash -$ composer require friendsofsymfony/elastica-bundle "~3.0" +$ composer require friendsofsymfony/elastica-bundle ``` This command requires you to have Composer installed globally, as explained