Remove Astro

This commit is contained in:
Oliver Davies 2024-01-21 22:01:49 +00:00
parent 98a337bdcd
commit 7bab7e91f4
10 changed files with 2 additions and 187 deletions

View file

@ -243,7 +243,7 @@ final class ConfigDto
#[Assert\Type('string')]
public string $projectRoot;
#[Assert\Choice(choices: ['astro', 'drupal', 'fractal', 'laravel', 'php-library', 'symfony', 'terraform'])]
#[Assert\Choice(choices: ['drupal', 'fractal', 'laravel', 'php-library', 'symfony', 'terraform'])]
public string $type;
#[Assert\Collection([