@@ -7,11 +7,15 @@ Requirements for Running Symfony
77================================
88
99Symfony 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
1620Checking 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