File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ Requirements for Running Symfony
8
8
9
9
Symfony 3.4 requires **PHP 5.5.9 ** or higher to run, in addition to other minor
10
10
requirements, when using the traditional installation based on the
11
- `Symfony standard edition `_. If Symfony 3.4 is installed via the `skeleton `_ or
11
+ `Symfony Standard Edition `_. If Symfony 3.4 is installed via the `skeleton `_ or
12
12
`website-skeleton `_ (which is the recommended way for modern Symfony
13
13
applications) the requirements are **PHP 7.0.8 ** or higher.
14
14
15
15
To make things simple, Symfony provides a tool to quickly check if your system
16
16
meets all those requirements. Beware that PHP can define a different
17
17
configuration for the command console and the web server, so you need to check
18
- requirements in both environments.
18
+ the requirements in both environments.
19
19
20
20
Checking Requirements for the Web Server
21
21
----------------------------------------
@@ -37,6 +37,6 @@ command and fix the reported issues:
37
37
$ cd my-project/
38
38
$ php bin/symfony_requirements
39
39
40
- .. _`Symfony standard edition ` : https://github.com/symfony/symfony-standard
40
+ .. _`Symfony Standard Edition ` : https://github.com/symfony/symfony-standard
41
41
.. _`skeleton` : https://github.com/symfony/skeleton
42
42
.. _`website-skeleton` : https://github.com/symfony/website-skeleton
You can’t perform that action at this time.
0 commit comments