Skip to content

Mention that DI component implements PSR-11 #8508

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions components/dependency_injection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
The DependencyInjection Component
=================================

The DependencyInjection component allows you to standardize and centralize
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
constructed in your application.

For an introduction to Dependency Injection and service containers see
:doc:`/service_container`.
Expand Down Expand Up @@ -305,4 +306,5 @@ Learn More
/components/dependency_injection/*
/service_container/*

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