Skip to content

Commit 377c0c0

Browse files
FlyingDRjaviereguiluz
authored andcommitted
Fixed mention of minimum PHP version for v5.x
Minimum PHP version for Symfony 5.x is 7.2.5, but documentation doesn't reflect this change and keep same PHP version as 3.x.
1 parent a2deabb commit 377c0c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/pull_requests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before working on Symfony, setup a friendly environment with the following
2525
software:
2626

2727
* Git;
28-
* PHP version 7.1.3 or above.
28+
* PHP version 7.2.5 or above.
2929

3030
Configure Git
3131
~~~~~~~~~~~~~
@@ -193,8 +193,8 @@ want to debug are installed by running ``composer install`` inside it.
193193

194194
.. tip::
195195

196-
If symlinks to your local Symfony fork cannot be resolved inside your project due to
197-
your dev environment (for instance when using Vagrant where only the current project
196+
If symlinks to your local Symfony fork cannot be resolved inside your project due to
197+
your dev environment (for instance when using Vagrant where only the current project
198198
directory is mounted), you can alternatively use the ``--copy`` option.
199199

200200
.. _work-on-your-patch:

0 commit comments

Comments
 (0)