mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-20 04:00:54 +00:00
parent
e223181ab7
commit
f4d5e69f5f
|
@ -28,7 +28,7 @@ final class ConfigurationValidator implements ValidatorInterface
|
||||||
'language' => [
|
'language' => [
|
||||||
new Assert\NotNull(),
|
new Assert\NotNull(),
|
||||||
new Assert\Type('string'),
|
new Assert\Type('string'),
|
||||||
new Assert\Choice(['php']),
|
new Assert\Choice(['node', 'php']),
|
||||||
],
|
],
|
||||||
|
|
||||||
'type' => [
|
'type' => [
|
||||||
|
|
Loading…
Reference in a new issue