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 70c980d commit 1f18702Copy full SHA for 1f18702
components/dependency_injection/lazy_services.rst
@@ -39,8 +39,9 @@ the `ProxyManager bridge`_:
39
So, run:
40
41
.. code-block:: bash
42
-
43
- $ composer require ocramius/proxy-manager:~1.0
+
+ $ composer require ocramius/proxy-manager:~1.0 # for PHP 5
44
+ $ composer require ocramius/proxy-manager:~2.0 # for PHP 7
45
46
Afterwards compile your container and check to make sure that you get
47
a proxy for your lazy services.
0 commit comments