feat: add fractal as a type

Refs: #5
This commit is contained in:
Oliver Davies 2023-03-12 11:08:00 +00:00
parent f4d5e69f5f
commit b6de5bdba6

View file

@ -34,7 +34,7 @@ final class ConfigurationValidator implements ValidatorInterface
'type' => [ 'type' => [
new Assert\NotNull(), new Assert\NotNull(),
new Assert\Type('string'), new Assert\Type('string'),
new Assert\Choice(['drupal-project', 'php-library']), new Assert\Choice(['drupal-project', 'fractal', 'php-library']),
], ],
'project_root' => [ 'project_root' => [