I am looking to introduce composer to an older codebase. What are the system requirements for composer? Specifically from the docs I see,
Composer requires PHP 5.3.2+ to run. A few sensitive php settings and compile flags are also required, but the installer will warn you about any incompatibilities.
I would like to know what these sensitive settings and flags are? Thanks.