From 40d77729fa2a4a21e8959aa211266804fa3a57a3 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 17 Dec 2014 15:34:02 +0100 Subject: [PATCH] Reworded the reasons why you should use Composer-based installation --- book/installation.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index 058fd7a91d9..e1e38fe039d 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -106,10 +106,9 @@ Symfony versions and which one to use for your projects. Creating Symfony Applications without the Installer --------------------------------------------------- -Due to technical reasons, some of the past Symfony versions aren't compatible -with the Symfony Installer. In addition, if you still use PHP 5.3, you can't -execute the installer. In those cases, you must use the alternative installation -method based con `Composer`_. +If you still use PHP 5.3, or if you can't execute the installer for any reason, +you can create Symfony applications using the alternative installation method +based con `Composer`_. Composer is the dependency manager used by modern PHP applications and it can also be used to create new applications based on the Symfony framework. If you