Skip to content

Commit

Permalink
Merge pull request #4 from mathias-strasser/patch-1
Browse files Browse the repository at this point in the history
Update for PSR-4
  • Loading branch information
Tom32i committed Feb 27, 2014
2 parents 2390ce9 + cdfda06 commit cd2041b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"Elao\\Bundle\\FormTranslationBundle": "."
"psr-4": {
"Elao\\Bundle\\FormTranslationBundle\\": "."
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"target-dir": "Elao/Bundle/FormTranslationBundle"
}
}

0 comments on commit cd2041b

Please sign in to comment.