Skip to content

Commit

Permalink
Added some missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Nov 9, 2017
1 parent 3ef3d89 commit aa590a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"require": {
"php": ">=5.4",
"symfony/event-dispatcher": "^2.3 || ^3.0 || ^4.0"
"doctrine/orm": "^2.3",
"symfony/event-dispatcher": "^2.3 || ^3.0 || ^4.0",
"symfony/security": "^2.3 || ^3.0 || ^4.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit aa590a2

Please sign in to comment.