feat: add node as a language

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

View file

@ -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' => [