mirror of
https://github.com/opdavies/versa.git
synced 2025-03-13 05:26:56 +00:00
Add todo
This commit is contained in:
parent
de5b3af017
commit
454a07d057
1
versa
1
versa
|
@ -95,6 +95,7 @@ $application->setCode(function (InputInterface $input): int {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ProjectType::Symfony->value:
|
case ProjectType::Symfony->value:
|
||||||
|
// TODO: run humbug/box if added to generate a phar?
|
||||||
throw new RuntimeException('No build command set for Symfony projects.');
|
throw new RuntimeException('No build command set for Symfony projects.');
|
||||||
|
|
||||||
case ProjectType::Sculpin->value:
|
case ProjectType::Sculpin->value:
|
||||||
|
|
Loading…
Reference in a new issue