Closed
Description
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.