Add a Symfony project type
This commit is contained in:
parent
4c9abd8599
commit
de5b3af017
3 changed files with 7 additions and 0 deletions
|
@ -9,4 +9,5 @@ enum ProjectType: string
|
|||
// PHP.
|
||||
case Drupal = 'drupal';
|
||||
case Sculpin = 'sculpin';
|
||||
case Symfony = 'symfony';
|
||||
}
|
||||
|
|
Reference in a new issue