Skip to content

Commit

Permalink
removed useless bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaleotti committed Jun 23, 2012
1 parent f625878 commit 4f808a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions app/AppKernel.php
Expand Up @@ -19,9 +19,6 @@ public function registerBundles()
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 FOS\UserBundle\FOSUserBundle(),
new Snc\RedisBundle\SncRedisBundle(),
new Packagist\WebBundle\PackagistWebBundle(),
Expand Down
4 changes: 0 additions & 4 deletions app/config/security.yml
@@ -1,7 +1,3 @@
jms_security_extra:
secure_all_services: false
expressions: true

security:
encoders:
FOS\UserBundle\Model\UserInterface:
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Expand Up @@ -29,8 +29,6 @@
"doctrine/doctrine-bundle": "dev-master",
"doctrine/orm": "2.2.*",
"friendsofsymfony/user-bundle": "dev-master",
"jms/di-extra-bundle": "1.0.*",
"jms/security-extra-bundle": "1.1.*",
"nelmio/solarium-bundle": "dev-master",
"predis/predis": "0.7.*",
"sensio/distribution-bundle": "dev-master",
Expand Down

0 comments on commit 4f808a2

Please sign in to comment.