Skip to content

Commit c3c89b5

Browse files
committed
minor #11832 Update the PHP requirements for Symfony 3.4 version (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes #11832). Discussion ---------- Update the PHP requirements for Symfony 3.4 version Fixes #11826. Commits ------- 882de65 Update the PHP requirements for Symfony 3.4 version
2 parents 49a29de + 882de65 commit c3c89b5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

reference/requirements.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ Requirements for Running Symfony
77
================================
88

99
Symfony 3.4 requires **PHP 5.5.9** or higher to run, in addition to other minor
10-
requirements. To make things simple, Symfony provides a tool to quickly check if
11-
your system meets all those requirements.
10+
requirements, when using the traditional installation based on the
11+
`Symfony Standard Edition`_. If Symfony 3.4 is installed via the `skeleton`_ or
12+
`website-skeleton`_ (which is the recommended way for modern Symfony
13+
applications) the requirements are **PHP 7.0.8** or higher.
1214

13-
Beware that PHP can define a different configuration for the command console and
14-
the web server, so you need to check requirements in both environments.
15+
To make things simple, Symfony provides a tool to quickly check if your system
16+
meets all those requirements. Beware that PHP can define a different
17+
configuration for the command console and the web server, so you need to check
18+
the requirements in both environments.
1519

1620
Checking Requirements for the Web Server
1721
----------------------------------------
@@ -32,3 +36,7 @@ command and fix the reported issues:
3236
3337
$ cd my-project/
3438
$ php bin/symfony_requirements
39+
40+
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
41+
.. _`skeleton`: https://github.com/symfony/skeleton
42+
.. _`website-skeleton`: https://github.com/symfony/website-skeleton

0 commit comments

Comments
 (0)