Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Description
Reading symfony 3 docs, inRequirements 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.