'description'=>t('Your PHP installation is too old. It is recommended to upgrade to PHP version <b>%php_version</b> or higher for the best ongoing support. See <a href="http://php.net/supported-versions.php">PHP\'s version support documentation</a>',['%php_version'=>"8.0"]),
'description'=>t('Consider increasing your PHP memory limit to <b>%memory_recommended_limit</b> M to help prevent errors in the installation process.',['%memory_recommended_limit'=>256]),
'severity'=>REQUIREMENT_WARNING,
];
}
if($maxExecutionTime<180){
$requirements['max_execution_time']=[
'title'=>t('Recommended maximum execution time'),
'description'=>t('Your current setting for <b>max_execution_time</b> is less than <b>%recommended_max_execution_time</b>. Change your PHP settings or contact your server administrator to set it to the recommended value.',['%recommended_max_execution_time'=>180]),
'severity'=>REQUIREMENT_WARNING,
];
}
if(!extension_loaded('yaml')){
$requirements['php_yaml_extension']=[
'title'=>'PHP YAML extension',
'description'=>t('The PHP YAML extension is not enabled. It is recommended that you enable the PHP YAML extension for your server.'),