Skip to content

Commit 3053229

Browse files
committed
minor #13932 Fixed mention of minimum PHP version for v4.x (FlyingDR)
This PR was merged into the 4.4 branch. Discussion ---------- Fixed mention of minimum PHP version for v4.x Minimum PHP version for Symfony 4.x is [7.1.3](https://github.com/symfony/symfony/blob/4.4/composer.json#L19), but documentation doesn't reflect this change and keep same PHP version as 3.x. Commits ------- 8ddf98d Fixed minimum PHP version for v4.4
2 parents 8995da8 + 8ddf98d commit 3053229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/pull_requests.rst

Lines changed: 1 addition & 1 deletion
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.1.3 or above.
2929

3030
Configure Git
3131
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)