Skip to content

Commit f1c33c3

Browse files
docs: mention symfony/object-mapper:^8.0 (#2238)
1 parent bb66780 commit f1c33c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/dto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This reference covers three implementation strategies:
2020

2121
## 1. The DTO Resource (State Options)
2222

23-
> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without the
24-
> symfony/object-mapper:^7.4
23+
> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without
24+
> symfony/object-mapper:^7.4 or symfony/object-mapper:^8.0
2525
2626
You can map a DTO Resource directly to a Doctrine Entity using stateOptions. This automatically
2727
configures the built-in State Providers and Processors to fetch/persist data using the Entity and

0 commit comments

Comments
 (0)