Skip to content

Commit

Permalink
Add Symfony2 compatibility notes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Aug 17, 2012
1 parent ce3c50c commit 48d7a39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.markdown
Expand Up @@ -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

0 comments on commit 48d7a39

Please sign in to comment.