From 44270cddbc67ca89d80e12c3dcae51f2b4fb482b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 30 Nov 2017 12:16:08 +0100 Subject: [PATCH] remove needless PHP version Since you already need PHP 5.5.9+ to be able to use Symfony 3 it is not necessary to talk about PHP 5.3. --- setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.rst b/setup.rst index 666dda41e9e..41c3576dd07 100644 --- a/setup.rst +++ b/setup.rst @@ -129,9 +129,9 @@ page. Creating Symfony Applications with Composer ------------------------------------------- -If you still use PHP 5.3 or can't use the Symfony installer for any reason, you -can create Symfony applications with `Composer`_, the dependency manager used by -modern PHP applications. +If you can't use the Symfony installer for any reason, you can create Symfony +applications with `Composer`_, the dependency manager used by modern PHP +applications. If you don't have Composer installed in your computer, start by :doc:`installing Composer globally `. Then, execute the