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