Add a Symfony project type

This commit is contained in:
Oliver Davies 2024-02-21 00:41:49 +00:00
parent 4c9abd8599
commit de5b3af017
3 changed files with 7 additions and 0 deletions

View file

@ -9,4 +9,5 @@ enum ProjectType: string
// PHP.
case Drupal = 'drupal';
case Sculpin = 'sculpin';
case Symfony = 'symfony';
}