light mode
Some checks failed
Deploy / Deploy to Production (push) Has been cancelled

This commit is contained in:
Julie Blanc 2026-02-16 17:38:18 +01:00
parent b78a6f822a
commit 0e4db025bf
8 changed files with 128 additions and 67 deletions

View file

@ -19,8 +19,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)
);
}