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 55The 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
1112For 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
You can’t perform that action at this time.
0 commit comments