Skip to content

Commit f24f585

Browse files
committed
[#6559] Remove version constraint
1 parent 4c567b2 commit f24f585

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/dependency_injection/lazy_services.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ the `ProxyManager bridge`_:
3535
.. note::
3636

3737
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:
38+
already included but the actual proxy manager still needs to be installed:
4039

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

0 commit comments

Comments
 (0)