This commit is contained in:
2026-05-15 20:50:06 +02:00
parent d73a8bb8d3
commit 2ddf575191
14 changed files with 2429 additions and 26 deletions
+2 -3
View File
@@ -23,8 +23,7 @@ if ($issues) {
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
}
}
trigger_error(
'Composer detected issues in your platform: ' . implode(' ', $issues),
E_USER_ERROR
throw new \RuntimeException(
'Composer detected issues in your platform: ' . implode(' ', $issues)
);
}