Upgraded to Symfony 2.2

This commit is contained in:
2013-03-02 23:08:14 +01:00
parent 3ea866ee42
commit 6e06b762fe
42 changed files with 2049 additions and 2199 deletions

View File

@@ -13,12 +13,15 @@ class AppKernel extends Kernel
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new JMS\AopBundle\JMSAopBundle(),
new JMS\DiExtraBundle\JMSDiExtraBundle($this),
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new OpenScrum\InfoBundle\OpenScrumInfoBundle(),
// Project bundles
new OpenScrum\UserBundle\OpenScrumUserBundle(),
new OpenScrum\InfoBundle\OpenScrumInfoBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {