Skip to content

Commit

Permalink
Fixed typo in composer.json to fix autoloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
danadesrosiers committed Mar 20, 2014
1 parent 4593afa commit b89c156
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 @@ -11,7 +11,7 @@
],
"autoload": {
"psr-0": {
"DDesrosiers\\ClassSoapClient\\": "src/"
"DDesrosiers\\ClassySoapClient\\": "src/"
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit b89c156

Please sign in to comment.