10000 minor #8508 Mention that DI component implements PSR-11 (javiereguiluz) · symfony/symfony-docs@cdc6469 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdc6469

Browse files
committed
minor #8508 Mention that DI component implements PSR-11 (javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Mention that DI component implements PSR-11 This fixes #7467. Commits ------- 639524e Mention that DI component implements PSR-11
2 parents 3618a60 + 639524e commit cdc6469

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/dependency_injection.rst

Lines changed: 4 additions & 2 deletions
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)
0