Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r15856 -r16117 --- branches/5.2.x/core/install.php (.../install.php) (revision 15856) +++ branches/5.2.x/core/install.php (.../install.php) (revision 16117) @@ -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', );