Skip to content

Commit

Permalink
Update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Apr 27, 2012
1 parent 4557e1e commit c7bebef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function registerBundles()
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new JMS\AopBundle\JMSAopBundle(),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
// new JMS\DiExtraBundle\JMSDiExtraBundle($this),
// new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new Zikula\Bundle\ModuleBundle\ZikulaModuleBundle(),
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
"jms/security-extra-bundle": "1.1.0",
"jms/di-extra-bundle": "1.0.1",
"gedmo/doctrine-extensions": "dev-master",
"twig/extensions": "dev-master",
"drak/doctrine1": "dev-master",
"imagine/Imagine": "dev-master",
"swiftmailer/swiftmailer": "4.1.6",
"twig/twig": "1.6.4",
"pagerfanta/pagerfanta": "dev-master",
"white-october/pagerfanta-bundle": "dev-master",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"stof/doctrine-extensions-bundle": "dev-master"
"stof/doctrine-extensions-bundle": "dev-master",
"friendsofsymfony/jsrouting-bundle": "dev-master",
"friendsofsymfony/user-bundle": "dev-master"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit c7bebef

Please sign in to comment.