Open mglaman opened 3 months ago
// fake hook to silence runtime limitations.
function system_requirements_alter(array &$requirements): void {
$requirements['php_opcache']['severity'] = REQUIREMENT_OK;
$requirements['limited_date_range']['severity'] = REQUIREMENT_OK;
}
this worked but isn't permanent
This patch allows silencing the warning: https://github.com/mglaman/wasm-drupal/blob/main/patches/system-reqs-wasm.patch
see #45