Setup.md - composer picks last stable version

This commit is contained in:
Tomáš Votruba 2015-03-26 15:03:20 +01:00
parent a59f2015b4
commit 49a0c22724

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