Skip to content

Commit

Permalink
use psr-4 autoloader
Browse files Browse the repository at this point in the history
since target-dir is deprecated, might as well switch.
  • Loading branch information
Johnny Robeson committed Aug 3, 2014
1 parent 23a9fba commit f7ef65e
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 @@ -25,9 +25,8 @@
"doctrine/mongodb-odm-bundle": "3.0.*@dev"
},
"autoload": {
"psr-0": {
"h4cc\\AliceFixturesBundle": ""
"psr-4": {
"h4cc\\AliceFixturesBundle\\": ""
}
},
"target-dir": "h4cc/AliceFixturesBundle"
}
}

0 comments on commit f7ef65e

Please sign in to comment.