Skip to content

Commit

Permalink
Merge pull request #42 from aaa2000/fix-tests
Browse files Browse the repository at this point in the history
Add symfony/security-core dependency
  • Loading branch information
wjzijderveld authored Jun 11, 2017
2 parents 5128f4e + fb7b1f0 commit 459cee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"require": {
"qandidate/toggle": "~1.0",
"symfony/framework-bundle": "~2.7|~3.0",
"doctrine/common": "~2.2"
"doctrine/common": "~2.2",
"symfony/security-core": "~2.7|~3.0"
},
"require-dev": {
"symfony/framework-bundle": "~2.7|~3.0",
Expand Down

0 comments on commit 459cee3

Please sign in to comment.