Skip to content

Commit

Permalink
add PSR-4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Oct 17, 2014
1 parent 57b57a0 commit db13d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"autoload": {
"psr-0": {
"Stichoza\\Google": "src/"
},
"psr-4": {
"Stichoza\\Google": "src/Stichoza/Google/"
}
}
}

0 comments on commit db13d02

Please sign in to comment.