Skip to content

Commit

Permalink
fix require path
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Apr 28, 2017
1 parent feded6c commit 450c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"autoload": {
"psr-4": {
"p3k\\HTTP\\": "src/p3k"
"p3k\\": "src/p3k"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 450c8a4

Please sign in to comment.