You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading symfony 3 docs, in Requirements for Running Symfony page, it's possible to see the minimum php version required is is 5.3, while composer defines php >= 5.5 as minimum requirement, see:
In docs:
It seems that there is some inconsistency, right?
it strikes me that Symfony docs needs some update.
The text was updated successfully, but these errors were encountered:
felipsmartins
changed the title
Symfony 3 doc states PHP minimum version is 5.3
Symfony 3 docs states PHP minimum version is 5.3 while composer requirement is 5.5
Dec 3, 2015
…ent (ogizanagi)
This PR was merged into the 3.0 branch.
Discussion
----------
Update 3.0 docs accordingly to min PHP version requirement
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 3.0+
| Fixed tickets | #5947
I'm not sure about the politic regarding the removal of anything mentioning earlier version of PHP for the 3.0 docs ? Should it be reverted ?
Regarding this PR: #5585, it's seems coherent to me to do the same for PHP versions.
Commits
-------
d577848 Update docs accordingly to min PHP version requirement
Reading symfony 3 docs, in Requirements for Running Symfony page, it's possible to see the minimum php version required is is 5.3, while composer defines php >= 5.5 as minimum requirement, see:
In docs:
It seems that there is some inconsistency, right?
it strikes me that Symfony docs needs some update.
The text was updated successfully, but these errors were encountered: