File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,12 @@ until you interact with the proxy in some way.
26
26
Installation
27
27
------------
28
28
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:
31
31
32
32
.. code-block :: terminal
33
33
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
44
35
45
36
Configuration
46
37
-------------
You can’t perform that action at this time.
0 commit comments