From 00556e19348e62ab3b65b5d43e7d7838c57c0472 Mon Sep 17 00:00:00 2001 From: Benjamin Clay Date: Sat, 29 Nov 2014 14:46:10 +0100 Subject: [PATCH] bug #4273 - fix doctrine version in How to Provide Model Classes for several Doctrine Implementations cookbook Conflicts: cookbook/doctrine/mapping_model_classes.rst --- cookbook/doctrine/mapping_model_classes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/mapping_model_classes.rst b/cookbook/doctrine/mapping_model_classes.rst index 9894777a339..acace8725f2 100644 --- a/cookbook/doctrine/mapping_model_classes.rst +++ b/cookbook/doctrine/mapping_model_classes.rst @@ -18,7 +18,7 @@ register the mappings for your model classes. .. versionadded:: 2.3 The base mapping compiler pass was introduced in Symfony 2.3. The Doctrine bundles - support it from DoctrineBundle >= 1.2.1, MongoDBBundle >= 3.0.0, + support it from DoctrineBundle >= 1.3.0, MongoDBBundle >= 3.0.0, PHPCRBundle >= 1.0.0 and the (unversioned) CouchDBBundle supports the compiler pass since the `CouchDB Mapping Compiler Pass pull request`_ was merged.