Update install version and add links to compatibility info

This commit is contained in:
Jeremy Mikola 2013-04-16 13:26:14 -04:00
parent 36e38cb576
commit 8ffd1a7c3d

View file

@ -4,14 +4,18 @@
#### Bundle and Dependencies
For Symfony 2.0.x projects, you must use a 1.x release of this bundle.
For Symfony 2.0.x projects, you must use a 1.x release of this bundle. Please
check the bundle
[tags](https://github.com/FriendsOfSymfony/FOSElasticaBundle/tags) or the
[Packagist](https://packagist.org/packages/friendsofsymfony/elastica-bundle)
page for information on Symfony and Elastica compatibility.
Add FOSElasticaBundle to your application's `composer.json` file:
```json
{
"require": {
"friendsofsymfony/elastica-bundle": "~1.0"
"friendsofsymfony/elastica-bundle": "~2.0"
}
}
```