From 7e4cebffd2230c0d90ce78db6097063f95933515 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 2 Jan 2018 10:27:15 +0100 Subject: [PATCH] Removed the section that explains how to install all components --- components/using_components.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/using_components.rst b/components/using_components.rst index dccdb144654..d076b4b725b 100644 --- a/components/using_components.rst +++ b/components/using_components.rst @@ -56,19 +56,6 @@ immediately:: // ... -Using all of the Components ---------------------------- - -If you want to use all of the Symfony Components, then instead of adding -them one by one, you can include the ``symfony/symfony`` package: - -.. code-block:: terminal - - $ composer require symfony/symfony - -This will also include the Bundle and Bridge libraries, which you may or -may not actually need. - Now what? ---------