Skip to content

Commit b61fd73

Browse files
committed
Fixes
1 parent 49daa98 commit b61fd73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/requirements.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Requirements for Running Symfony
88

99
Symfony 3.4 requires **PHP 5.5.9** or higher to run, in addition to other minor
1010
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
1212
`website-skeleton`_ (which is the recommended way for modern Symfony
1313
applications) the requirements are **PHP 7.0.8** or higher.
1414

1515
To make things simple, Symfony provides a tool to quickly check if your system
1616
meets all those requirements. Beware that PHP can define a different
1717
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.
1919

2020
Checking Requirements for the Web Server
2121
----------------------------------------
@@ -37,6 +37,6 @@ command and fix the reported issues:
3737
$ cd my-project/
3838
$ php bin/symfony_requirements
3939
40-
.. _`Symfony standard edition`: https://github.com/symfony/symfony-standard
40+
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
4141
.. _`skeleton`: https://github.com/symfony/skeleton
4242
.. _`website-skeleton`: https://github.com/symfony/website-skeleton

0 commit comments

Comments
 (0)