Index: branches/5.3.x/core/install.php =================================================================== diff -u -N -r15999 -r16124 --- branches/5.3.x/core/install.php (.../install.php) (revision 15999) +++ branches/5.3.x/core/install.php (.../install.php) (revision 16124) @@ -1,6 +1,6 @@ currentStep) { case 'sys_requirements': $required_checks = Array ( - 'php_version', 'curl', 'simplexml', 'freetype', 'gd_version', + 'php_version', 'composer', 'curl', 'simplexml', 'freetype', 'gd_version', 'jpeg', 'mysql', 'json', 'date.timezone', 'output_buffering', );