File tree 1 file changed +8
-4
lines changed
components/dependency_injection
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,13 @@ the `ProxyManager bridge`_:
34
34
35
35
.. note ::
36
36
37
- If you're using the full-stack framework, this package is not included
38
- and needs to be added to ``composer.json `` and installed (which is what
39
- the above command does).
37
+ If you're using the full-stack framework, the proxy manager bridge is already
38
+ included but the actual proxy manager needs to be included. Therefore add
39
+
40
+ "ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
41
+
42
+ to your ``composer.json ``. Afterwards compile your container and check if you
43
+ get a proxy for your lazy services.
40
44
41
45
Configuration
42
46
-------------
@@ -89,4 +93,4 @@ in the `documentation of ProxyManager`_.
89
93
90
94
.. _`ProxyManager bridge` : https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/ProxyManager
91
95
.. _`proxy` : http://en.wikipedia.org/wiki/Proxy_pattern
92
- .. _`documentation of ProxyManager` : https://github.com/Ocramius/ProxyManager/blob/master/docs/lazy-loading-value-holder.md
96
+ .. _`documentation of ProxyManager` : https://github.com/Ocramius/ProxyManager/blob/master/docs/lazy-loading-value-holder.md
You can’t perform that action at this time.
0 commit comments