From 384046125741795282451f7d898f8a088d521da6 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 16 Dec 2022 17:06:28 +0100 Subject: [PATCH] Deprecate the proxy-manager package --- service_container/lazy_services.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service_container/lazy_services.rst b/service_container/lazy_services.rst index 6f92f5b0d5d..b5190c0d159 100644 --- a/service_container/lazy_services.rst +++ b/service_container/lazy_services.rst @@ -33,8 +33,8 @@ until you interact with the proxy in some way. .. versionadded:: 6.2 - Starting from Symfony 6.2, you don't have to install any package (e.g. - ``symfony/proxy-manager-bridge``) in order to use the lazy service instantiation. + Starting from Symfony 6.2, service laziness is supported out of the box + without having to install any additional package. Configuration -------------