From 69db6d51e7922fb2ef973bdba5472fb77000a20a Mon Sep 17 00:00:00 2001 From: Peter Rehm Date: Thu, 4 Jun 2015 20:19:10 -0400 Subject: [PATCH] Bumped version of proxy manager to stable release --- components/dependency_injection/lazy_services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/lazy_services.rst b/components/dependency_injection/lazy_services.rst index 2af8471b054..d527d02db98 100644 --- a/components/dependency_injection/lazy_services.rst +++ b/components/dependency_injection/lazy_services.rst @@ -39,7 +39,7 @@ the `ProxyManager bridge`_: .. code-block:: bash - $ php composer.phar require ocramius/proxy-manager:~0.5 + $ php composer.phar require ocramius/proxy-manager:~1.0 Afterwards compile your container and check to make sure that you get a proxy for your lazy services.