diff --git a/src/Validator/ConfigurationValidator.php b/src/Validator/ConfigurationValidator.php index 7007aff..61c0d82 100644 --- a/src/Validator/ConfigurationValidator.php +++ b/src/Validator/ConfigurationValidator.php @@ -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' => [