We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d3360 commit 7557875Copy full SHA for 7557875
components/dependency_injection/introduction.rst
@@ -198,11 +198,7 @@ Setting Up the Container with Configuration Files
198
-------------------------------------------------
199
200
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).
+files. To do this you also need to install :doc:`the Config Component</components/config/introduction>`.
206
207
Loading an xml config file:
208
0 commit comments