mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
parent
f4d5e69f5f
commit
b6de5bdba6
|
@ -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' => [
|
||||||
|
|
Loading…
Reference in a new issue