Skip to content

Commit 8ddf98d

Browse files
authored
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
1 parent 8995da8 commit 8ddf98d

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)