We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c567b2 commit f24f585Copy full SHA for f24f585
components/dependency_injection/lazy_services.rst
@@ -35,13 +35,11 @@ the `ProxyManager bridge`_:
35
.. note::
36
37
If you're using the full-stack framework, the proxy manager bridge is
38
- already included but the actual proxy manager needs to be included.
39
- So, run:
+ already included but the actual proxy manager still needs to be installed:
40
41
.. code-block:: bash
42
43
- $ composer require ocramius/proxy-manager:~1.0 # for PHP 5
44
- $ composer require ocramius/proxy-manager:~2.0 # for PHP 7
+ $ composer require ocramius/proxy-manager
45
46
Afterwards compile your container and check to make sure that you get
47
a proxy for your lazy services.
0 commit comments