Skip to content

Commit 7557875

Browse files
Added a link to the config component from the DI component
1 parent 50d3360 commit 7557875

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/dependency_injection/introduction.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,7 @@ Setting Up the Container with Configuration Files
198198
-------------------------------------------------
199199

200200
As well as setting up the services using PHP as above you can also use configuration
201-
files. To do this you also need to install the Config component:
202-
203-
* Use the official Git repository (https://github.com/symfony/Config);
204-
* Install it via PEAR ( `pear.symfony.com/Config`);
205-
* Install it via Composer (`symfony/config` on Packagist).
201+
files. To do this you also need to install :doc:`the Config Component</components/config/introduction>`.
206202

207203
Loading an xml config file:
208204

0 commit comments

Comments
 (0)