master is 3.0.x

This commit is contained in:
Lukas Kahwe Smith 2013-05-22 21:52:48 +02:00
parent 79327d281c
commit be065735c1

View file

@ -15,7 +15,7 @@ Add FOSElasticaBundle to your application's `composer.json` file:
```json
{
"require": {
"friendsofsymfony/elastica-bundle": "~2.0"
"friendsofsymfony/elastica-bundle": "3.0.*@dev"
}
}
```