phinx install

This commit is contained in:
2026-07-04 18:13:21 +02:00
parent b19963808e
commit 500e40782d
13 changed files with 2378 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)
);
}