updated packages

This commit is contained in:
Kevin Papst
2018-01-01 17:49:59 +01:00
parent e95f3999e4
commit 5565842c28
5 changed files with 809 additions and 371 deletions

View File

@@ -43,6 +43,7 @@ class AppKernel extends Kernel
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
}
return $bundles;