Skip to content

Commit

Permalink
fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardonar committed Jan 26, 2017
1 parent 49c5b7f commit 92ccdef
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@
"doctrine/orm" : "~2.2,>=2.2.3"
},
"autoload" : {
"psr-0" : {
"riccardonar\\Doctrine" : "src"
"psr-4" : {
"riccardonar\\Doctrine\\" : "src/"
}
},
"config" : {
"bin-dir" : "bin",
"vendor-dir" : "src/vendor"
}
}
}

0 comments on commit 92ccdef

Please sign in to comment.