Skip to content

Commit

Permalink
Fix classmap composer autoloading (#202)
Browse files Browse the repository at this point in the history
For #201.
  • Loading branch information
J7mbo committed Jul 29, 2016
1 parent 3889ec7 commit 8ed941d
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 @@ -22,7 +22,7 @@
}
],
"autoload": {
"files": ["TwitterAPIExchange.php"]
"classmap": ["TwitterAPIExchange.php"]
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 8ed941d

Please sign in to comment.