Skip to content

Commit

Permalink
Composer requires symfony security
Browse files Browse the repository at this point in the history
There are some instances where the code throws an 
Symfony\Component\Security\Core\Exception\AccessDeniedException
Also the controllers use it to get the current user.

Without this it's impossible to unit test this.
  • Loading branch information
Miliooo committed Oct 25, 2013
1 parent 507de1b commit 385c64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"symfony/security": "~2.1",
"symfony/twig-bundle": "~2.1"
},
"suggest": {
Expand Down

0 comments on commit 385c64f

Please sign in to comment.