Skip to content

Commit

Permalink
minor #4544 bug #4273 - fix doctrine version in How to Provide Model …
Browse files Browse the repository at this point in the history
…Classes for several Doctrine Implementations cookbook (ternel)

This PR was merged into the 2.3 branch.

Discussion
----------

bug #4273 - fix doctrine version in How to Provide Model Classes for several Doctrine Implementations cookbook

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3+
| Fixed tickets | #4273

Commits
-------

6aabece bug #4273 - fix doctrine version in How to Provide Model Classes for several Doctrine Implementations cookbook
  • Loading branch information
wouterj committed Nov 29, 2014
2 parents 7b3500c + 6aabece commit 9d599a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/doctrine/mapping_model_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-alpha2 and the (unversioned) CouchDBBundle supports the
compiler pass since the `CouchDB Mapping Compiler Pass pull request`_
was merged.
Expand Down

0 comments on commit 9d599a0

Please sign in to comment.