Commit 16021d6
committed
minor symfony#6087 Add a note about needing to install proxy-manager (mcfedr)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes symfony#6087).
Discussion
----------
Add a note about needing to install proxy-manager
When using symfony/symfony it 'provides' `symfony/proxy-manager-bridge` but it doesn't install `ocramius/proxy-manager`.
This means that when you install the bridge you still don't get the proxy-manager and lazy services are not lazy.
Commits
-------
37fb204 Add a note about needing to install proxy-manager1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
0 commit comments