Skip to content

Commit b05b66b

Browse files
committed
minor #13933 Fixed mention of minimum PHP version for v5.x (FlyingDR)
This PR was merged into the 5.0 branch. Discussion ---------- Fixed mention of minimum PHP version for v5.x Minimum PHP version for Symfony 5.x is [7.2.5](https://github.com/symfony/symfony/blob/5.0/composer.json#L19), but documentation doesn't reflect this change and keep same PHP version as 3.x. Commits ------- 377c0c0 Fixed mention of minimum PHP version for v5.x
2 parents a2deabb + 377c0c0 commit b05b66b

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)