From 48d7a39e7421de5e291f4b5bb9c15c6d76501925 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 17 Aug 2012 14:24:22 -0400 Subject: [PATCH] Add Symfony2 compatibility notes to readme --- README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.markdown b/README.markdown index 8aebace1..e1ac75bf 100644 --- a/README.markdown +++ b/README.markdown @@ -8,3 +8,13 @@ into Symfony so that you can persist and retrieve objects to and from MongoDB. Documentation on how to install and use this bundle is available in the Symfony2 [documentation](http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html). + +Compatibility +============= + +The `composer.json` file in each branch indicates Symfony2 compatibility. +Additionally, several tags are available: + + * `3.0.x` for Symfony 2.1 (this tracks the `master` branch) + * `2.2.x` for Symfony 2.0 (this tracks the `2.0` branch) + * `2.1.x` and `2.0.x` for Symfony 2.0 and older Doctrine MongoDB ODM versions