This commit is contained in:
Oliver Davies 2024-02-21 00:47:22 +00:00
parent de5b3af017
commit 454a07d057

1
versa
View file

@ -95,6 +95,7 @@ $application->setCode(function (InputInterface $input): int {
break;
case ProjectType::Symfony->value:
// TODO: run humbug/box if added to generate a phar?
throw new RuntimeException('No build command set for Symfony projects.');
case ProjectType::Sculpin->value: