Skip to content

Commit

Permalink
Added missing dependencies, updated to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Padam87 committed May 28, 2015
1 parent a0cff0f commit 89d2aec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -19,18 +19,19 @@

"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0"
"symfony/framework-bundle": "~2.3",
"symfony/console": "~2.3",
"swiftmailer/swiftmailer": "~5.0"
},

"autoload": {
"psr-0": {
"Elao\\ErrorNotifierBundle": "."
"psr-4": {
"Elao\\ErrorNotifierBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"target-dir": "Elao/ErrorNotifierBundle"
}
}

0 comments on commit 89d2aec

Please sign in to comment.