Skip to content

Commit 4c5dba2

Browse files
committed
Merge branch '5.1'
* 5.1: Fixed mention of minimum PHP version for v5.x Fixed minimum PHP version for v4.4
2 parents 7bf47ad + 5003f80 commit 4c5dba2

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 5.5.9 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)