From 8ddf98d19736466a4a35252871fbf3fcc34e0c92 Mon Sep 17 00:00:00 2001 From: Alexander Grimalovsky Date: Wed, 1 Jul 2020 22:50:58 +0300 Subject: [PATCH 1/2] Fixed minimum PHP version for v4.4 Minimum PHP version for Symfony 4.4 is 7.1.3, but documentation doesn't reflect this change and keep same version as 3.x --- contributing/code/pull_requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 92d672f8e1f..74048987ced 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -25,7 +25,7 @@ Before working on Symfony, setup a friendly environment with the following software: * Git; -* PHP version 5.5.9 or above. +* PHP version 7.1.3 or above. Configure Git ~~~~~~~~~~~~~ From 377c0c0d544277b48879e918f515bc2f1142c423 Mon Sep 17 00:00:00 2001 From: Alexander Grimalovsky Date: Wed, 1 Jul 2020 22:55:10 +0300 Subject: [PATCH 2/2] 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. --- contributing/code/pull_requests.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 74048987ced..ee8ce72825b 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -25,7 +25,7 @@ Before working on Symfony, setup a friendly environment with the following software: * Git; -* PHP version 7.1.3 or above. +* PHP version 7.2.5 or above. Configure Git ~~~~~~~~~~~~~ @@ -193,8 +193,8 @@ want to debug are installed by running ``composer install`` inside it. .. tip:: - If symlinks to your local Symfony fork cannot be resolved inside your project due to - your dev environment (for instance when using Vagrant where only the current project + If symlinks to your local Symfony fork cannot be resolved inside your project due to + your dev environment (for instance when using Vagrant where only the current project directory is mounted), you can alternatively use the ``--copy`` option. .. _work-on-your-patch: