mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
parent
f4d5e69f5f
commit
b6de5bdba6
|
@ -34,7 +34,7 @@ final class ConfigurationValidator implements ValidatorInterface
|
|||
'type' => [
|
||||
new Assert\NotNull(),
|
||||
new Assert\Type('string'),
|
||||
new Assert\Choice(['drupal-project', 'php-library']),
|
||||
new Assert\Choice(['drupal-project', 'fractal', 'php-library']),
|
||||
],
|
||||
|
||||
'project_root' => [
|
||||
|
|
Loading…
Reference in a new issue