From 8ffd1a7c3de611eabcf61040dcb48ab605c768b9 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 16 Apr 2013 13:26:14 -0400 Subject: [PATCH] Update install version and add links to compatibility info --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c80bdf..0bcae02 100644 --- a/README.md +++ b/README.md @@ -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" } } ```