Skip to content

Commit 8d2fb4e

Browse files
authored
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 d182a48 commit 8d2fb4e

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.2.5 or above.
2929

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

0 commit comments

Comments
 (0)