mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-09 13:30:46 +01:00
Remove Astro
This commit is contained in:
parent
98a337bdcd
commit
7bab7e91f4
10 changed files with 2 additions and 187 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue