diff --git a/components/dependency_injection/lazy_services.rst b/components/dependency_injection/lazy_services.rst index 3ed6fb33678..fa6d81968bd 100644 --- a/components/dependency_injection/lazy_services.rst +++ b/components/dependency_injection/lazy_services.rst @@ -40,7 +40,7 @@ the `ProxyManager bridge`_: .. code-block:: bash - $ php composer.phar require ocramius/proxy-manager:~1.0 + $ composer require ocramius/proxy-manager:~1.0 Afterwards compile your container and check to make sure that you get a proxy for your lazy services.