Skip to content

Commit 1f18702

Browse files
Hidde Boomsmawouterj
Hidde Boomsma
authored andcommitted
Update lazy_services.rst
1 parent 70c980d commit 1f18702

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/dependency_injection/lazy_services.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ the `ProxyManager bridge`_:
3939
So, run:
4040

4141
.. code-block:: bash
42-
43-
$ composer require ocramius/proxy-manager:~1.0
42+
43+
$ composer require ocramius/proxy-manager:~1.0 # for PHP 5
44+
$ composer require ocramius/proxy-manager:~2.0 # for PHP 7
4445
4546
Afterwards compile your container and check to make sure that you get
4647
a proxy for your lazy services.

0 commit comments

Comments
 (0)