@@ -7,11 +7,15 @@ Requirements for Running Symfony
7
7
================================
8
8
9
9
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.
12
14
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.
15
19
16
20
Checking Requirements for the Web Server
17
21
----------------------------------------
@@ -32,3 +36,7 @@ command and fix the reported issues:
32
36
33
37
$ cd my-project/
34
38
$ 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