Skip to content

Commit

Permalink
switch to psr-4 autoloader
Browse files Browse the repository at this point in the history
since target-dir is deprecated (although unlikely to be removed anytime soon). I figured i'd try for a switch
  • Loading branch information
Johnny Robeson committed Aug 3, 2014
1 parent ccb1bbf commit 6797718
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"symfony/browser-kit": "~2.1"
},
"autoload": {
"psr-0": { "Hautelook\\AliceBundle": "" }
},
"target-dir": "Hautelook/AliceBundle"
"psr-4": { "Hautelook\\AliceBundle\\": "" }
}
}

0 comments on commit 6797718

Please sign in to comment.