Skip to content

Commit

Permalink
fixing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ursuleacv committed Nov 13, 2016
1 parent 781521d commit b5c6ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"autoload": {
"psr-4": {
"kangaroorewards\\OAuth2\\Client\\": "src/"
"KangarooRewards\\OAuth2\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"kangaroorewards\\OAuth2\\Client\\Test\\": "tests/src/"
"KangarooRewards\\OAuth2\\Client\\Test\\": "tests/src/"
}
},
"extra": {
Expand Down

0 comments on commit b5c6ad2

Please sign in to comment.