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.