Skip to content

Commit

Permalink
change to psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
tlshaheen committed Aug 17, 2016
1 parent 67734c3 commit d762096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"tlshaheen/oauth2": "2.1.2"
},
"autoload": {
"psr-0": {"tlshaheen\\NationBuilder": "src/"}
"psr-4": {
"tlshaheen\\NationBuilder\\": "src"
}
}
}

0 comments on commit d762096

Please sign in to comment.