From 639524ef3d89c5045e7f77a75d04807cbdd0dccf Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 11 Oct 2017 17:30:28 +0200 Subject: [PATCH] Mention that DI component implements PSR-11 --- components/dependency_injection.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/dependency_injection.rst b/components/dependency_injection.rst index cc20d5f8dce..5a340a9413d 100644 --- a/components/dependency_injection.rst +++ b/components/dependency_injection.rst @@ -5,8 +5,9 @@ The DependencyInjection Component ================================= - The DependencyInjection component allows you to standardize and centralize - the way objects are constructed in your application. + The DependencyInjection component implements a `PSR-11`_ compatible service + container that allows you to standardize and centralize the way objects are + constructed in your application. For an introduction to Dependency Injection and service containers see :doc:`/service_container`. @@ -305,4 +306,5 @@ Learn More /components/dependency_injection/* /service_container/* +.. _`PSR-11`: http://www.php-fig.org/psr/psr-11/ .. _Packagist: https://packagist.org/packages/symfony/dependency-injection