From b6de5bdba60811111d7f5d65952ae322c03c006d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 12 Mar 2023 11:08:00 +0000 Subject: [PATCH] feat: add `fractal` as a type Refs: #5 --- src/Validator/ConfigurationValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [