From 3535fcfd119f7c4787098b716a021e803cc1e86b Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 25 May 2018 08:08:24 +0200 Subject: [PATCH] ocramius/proxy-manager isn't needed anymore --- service_container/lazy_services.rst | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/service_container/lazy_services.rst b/service_container/lazy_services.rst index ec39857c6f7..da744f8f85a 100644 --- a/service_container/lazy_services.rst +++ b/service_container/lazy_services.rst @@ -26,21 +26,12 @@ until you interact with the proxy in some way. Installation ------------ -In order to use the lazy service instantiation, you will first need to install -the ``ocramius/proxy-manager`` package: +In order to use the lazy service instantiation, you will need to install the +``symfony/proxy-manager-bridge`` package: .. code-block:: terminal - $ composer require ocramius/proxy-manager - -.. note:: - - If you're not using the full-stack framework, you also have to install the - `ProxyManager bridge`_ - - .. code-block:: terminal - - $ composer require symfony/proxy-manager-bridge + $ composer require symfony/proxy-manager-bridge Configuration -------------