Add workflow and signatures to dev skeleton

This commit is contained in:
2024-11-21 22:40:57 +01:00
parent 9225077ec4
commit f1e5ccd432
16 changed files with 824 additions and 1372 deletions

View File

@@ -35,4 +35,5 @@ return [
Chill\ThirdPartyBundle\ChillThirdPartyBundle::class => ['all' => true],
Chill\BudgetBundle\ChillBudgetBundle::class => ['all' => true],
Chill\WopiBundle\ChillWopiBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];