Skip to content

Commit 44270cd

Browse files
committed
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.
1 parent 29b97a7 commit 44270cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ page.
129129
Creating Symfony Applications with Composer
130130
-------------------------------------------
131131

132-
If you still use PHP 5.3 or can't use the Symfony installer for any reason, you
133-
can create Symfony applications with `Composer`_, the dependency manager used by
134-
modern PHP applications.
132+
If you can't use the Symfony installer for any reason, you can create Symfony
133+
applications with `Composer`_, the dependency manager used by modern PHP
134+
applications.
135135

136136
If you don't have Composer installed in your computer, start by
137137
:doc:`installing Composer globally </setup/composer>`. Then, execute the

0 commit comments

Comments
 (0)