We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb66780 commit f1c33c3Copy full SHA for f1c33c3
core/dto.md
@@ -20,8 +20,8 @@ This reference covers three implementation strategies:
20
21
## 1. The DTO Resource (State Options)
22
23
-> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without the
24
-> symfony/object-mapper:^7.4
+> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without
+> symfony/object-mapper:^7.4 or symfony/object-mapper:^8.0
25
26
You can map a DTO Resource directly to a Doctrine Entity using stateOptions. This automatically
27
configures the built-in State Providers and Processors to fetch/persist data using the Entity and
0 commit comments