Update symfony to 2.8

fixes #57
This commit is contained in:
Tim Schumacher 2016-06-10 00:17:29 +02:00
parent 2ceb78114d
commit 3f1e728781
4 changed files with 668 additions and 399 deletions

View file

@ -18,7 +18,6 @@ class AppKernel extends Kernel
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new Hackspace\Bundle\CalciferBundle\CalciferBundle(),
new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {