8000 minor #8785 remove needless PHP version (xabbuh) · symfony/symfony-docs@d591900 · GitHub
[go: up one dir, main page]

Skip to content

Commit d591900

Browse files
committed
minor #8785 remove needless PHP version (xabbuh)
This PR was merged into the 3.3 branch. Discussion ---------- 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. Commits ------- 44270cd remove needless PHP version
2 parents 29b97a7 + 44270cd commit d591900

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)
0