Skip to content

Commit 639524e

Browse files
committed
Mention that DI component implements PSR-11
1 parent ec36b1a commit 639524e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/dependency_injection.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
The DependencyInjection Component
66
=================================
77

8-
The DependencyInjection component allows you to standardize and centralize
9-
the way objects are constructed in your application.
8+
The DependencyInjection component implements a `PSR-11`_ compatible service
9+
container that allows you to standardize and centralize the way objects are
10+
constructed in your application.
1011

1112
For an introduction to Dependency Injection and service containers see
1213
:doc:`/service_container`.
@@ -305,4 +306,5 @@ Learn More
305306
/components/dependency_injection/*
306307
/service_container/*
307308

309+
.. _`PSR-11`: http://www.php-fig.org/psr/psr-11/
308310
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection

0 commit comments

Comments
 (0)