feat: add support for Astro projects

This commit is contained in:
Oliver Davies 2023-09-24 18:10:24 +01:00
parent 022315edd3
commit cd4355bbc1
6 changed files with 75 additions and 4 deletions

View file

@ -54,7 +54,7 @@ final class Config
#[Assert\NotBlank]
public string $name;
#[Assert\Choice(choices: ['drupal', 'fractal', 'laravel', 'php-library', 'vuejs'])]
#[Assert\Choice(choices: ['astro', 'drupal', 'fractal', 'laravel', 'php-library', 'vuejs'])]
#[Assert\NotBlank]
public string $type;