Skip to content

Commit

Permalink
trying to fix the composer setup for proper auto-require
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Sep 1, 2016
1 parent fd42558 commit f12965b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"monolog/monolog": "^1.21"
},
"autoload": {
"psr-0" : {
"Enobrev" : "src"
"psr-4" : {
"Enobrev\\" : "src/"
}
}
}

0 comments on commit f12965b

Please sign in to comment.