Skip to content

Commit

Permalink
Add swiftmailer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Guseletov committed Sep 7, 2012
1 parent 841da30 commit d689d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public function registerBundles()
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),

// enable third-party bundles
new Symfony\Bundle\MonologBundle\MonologBundle(),
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"symfony/symfony": "2.1.*",
"symfony/assetic-bundle": "2.1.*",
"symfony/monolog-bundle": "2.1.*",
"symfony/swiftmailer-bundle": "2.1.*",
"doctrine/orm": "2.2.*",
"doctrine/doctrine-bundle": "dev-master",
"twig/extensions": "dev-master",
Expand Down

0 comments on commit d689d1c

Please sign in to comment.