Skip to content

Commit

Permalink
Merge pull request #4 from eliashaeussler/feature/symfony-type
Browse files Browse the repository at this point in the history
[FEATURE] Add Symfony project as available package type
  • Loading branch information
eliashaeussler committed Feb 19, 2023
2 parents 5dbc3cd + 774b732 commit dc83519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Package/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ enum Type: string
{
case ComposerPackage = 'Composer package';
case ComposerPlugin = 'Composer plugin';
case SymfonyProject = 'Symfony project';
case TYPO3Extension = 'TYPO3 CMS extension';
}

0 comments on commit dc83519

Please sign in to comment.