feature: Add Printer Class

Add Printer Class
This commit is contained in:
Jan Klattenhoff 2024-01-17 15:06:46 +01:00
parent d81c3752b9
commit feca2cc5ca
25 changed files with 5267 additions and 5 deletions

View file

@ -2,4 +2,7 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];