Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d599a0

Browse filesBrowse files
committed
minor #4544 bug #4273 - fix doctrine version in How to Provide Model 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
2 parents 7b3500c + 6aabece commit 9d599a0
Copy full SHA for 9d599a0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/doctrine/mapping_model_classes.rst

Copy file name to clipboardExpand all lines: cookbook/doctrine/mapping_model_classes.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ register the mappings for your model classes.
1818

1919
.. versionadded:: 2.3
2020
The base mapping compiler pass was introduced in Symfony 2.3. The Doctrine bundles
21-
support it from DoctrineBundle >= 1.2.1, MongoDBBundle >= 3.0.0,
21+
support it from DoctrineBundle >= 1.3.0, MongoDBBundle >= 3.0.0,
2222
PHPCRBundle >= 1.0.0-alpha2 and the (unversioned) CouchDBBundle supports the
2323
compiler pass since the `CouchDB Mapping Compiler Pass pull request`_
2424
was merged.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.