File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
The DependencyInjection Component
6
6
=================================
7
7
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.
10
11
11
12
For an introduction to Dependency Injection and service containers see
12
13
:doc: `/service_container `.
@@ -305,4 +306,5 @@ Learn More
305
306
/components/dependency_injection/*
306
307
/service_container/*
307
308
309
+ .. _`PSR-11` : http://www.php-fig.org/psr/psr-11/
308
310
.. _Packagist : https://packagist.org/packages/symfony/dependency-injection
You can’t perform that action at this time.
0 commit comments