Add todo
This commit is contained in:
parent
de5b3af017
commit
454a07d057
1 changed files with 1 additions and 0 deletions
1
versa
1
versa
|
@ -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:
|
||||
|
|
Reference in a new issue