We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec36b1a commit 639524eCopy full SHA for 639524e
components/dependency_injection.rst
@@ -5,8 +5,9 @@
5
The DependencyInjection Component
6
=================================
7
8
- The DependencyInjection component allows you to standardize and centralize
9
- 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
10
+ constructed in your application.
11
12
For an introduction to Dependency Injection and service containers see
13
:doc:`/service_container`.
@@ -305,4 +306,5 @@ Learn More
305
306
/components/dependency_injection/*
307
/service_container/*
308
309
+.. _`PSR-11`: http://www.php-fig.org/psr/psr-11/
310
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection
0 commit comments