diff --git a/src/Validator/ConfigurationValidator.php b/src/Validator/ConfigurationValidator.php index 61c0d82..28a8c3e 100644 --- a/src/Validator/ConfigurationValidator.php +++ b/src/Validator/ConfigurationValidator.php @@ -34,7 +34,7 @@ final class ConfigurationValidator implements ValidatorInterface 'type' => [ new Assert\NotNull(), new Assert\Type('string'), - new Assert\Choice(['drupal-project', 'php-library']), + new Assert\Choice(['drupal-project', 'fractal', 'php-library']), ], 'project_root' => [