From 42b3e98fb4c002633b4c727ca3def9c7760385e6 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 21 Jan 2026 13:15:27 +0100 Subject: [PATCH] docs: mention symfony/object-mapper:^8.0 --- core/dto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dto.md b/core/dto.md index 7a57998e341..2bc80bb8c4f 100644 --- a/core/dto.md +++ b/core/dto.md @@ -20,8 +20,8 @@ This reference covers three implementation strategies: ## 1. The DTO Resource (State Options) -> [!WARNING] This is a Symfony only feature in 4.2 and is not working properly without the -> 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 You can map a DTO Resource directly to a Doctrine Entity using stateOptions. This automatically configures the built-in State Providers and Processors to fetch/persist data using the Entity and