boostrap: die on not found autoload.php

This commit is contained in:
TomasVotruba 2018-02-17 12:50:11 +01:00
parent e79a5cb7c3
commit 67bf662a9f

View File

@ -16,7 +16,7 @@ foreach ($possibleAutoloadPaths as $possibleAutoloadPath) {
}
}
throw new RuntimeException(sprintf(
die(sprintf(
'Composer autoload.php was not found in paths "%s". Have you run "composer update"?',
implode('", "', $possibleAutoloadPaths)
));