Skip to content

Commit fd34933

Browse files
committed
minor #9816 ocramius/proxy-manager isn't needed anymore (OskarStark)
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #9816). Discussion ---------- ocramius/proxy-manager isn't needed anymore Commits ------- 47895a4 ocramius/proxy-manager isn't needed anymore
2 parents 3f9b831 + 47895a4 commit fd34933

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

service_container/lazy_services.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,12 @@ until you interact with the proxy in some way.
2626
Installation
2727
------------
2828

29-
In order to use the lazy service instantiation, you will first need to install
30-
the ``ocramius/proxy-manager`` package:
29+
In order to use the lazy service instantiation, you will need to install the
30+
``symfony/proxy-manager-bridge`` package:
3131

3232
.. code-block:: terminal
3333
34-
$ composer require ocramius/proxy-manager
35-
36-
.. note::
37-
38-
If you're not using the full-stack framework, you also have to install the
39-
`ProxyManager bridge`_
40-
41-
.. code-block:: terminal
42-
43-
$ composer require symfony/proxy-manager-bridge
34+
$ composer require symfony/proxy-manager-bridge
4435
4536
Configuration
4637
-------------

0 commit comments

Comments
 (0)