Merge pull request #834 from TomasVotruba/patch-1

Setup.md - composer picks last stable version
This commit is contained in:
Tim Nagel 2015-03-27 08:58:33 +11:00
commit ec9f23bd8d

View file

@ -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