Skip to content

Commit

Permalink
sdk: Correct composer autoloader namespace (#1200)
Browse files Browse the repository at this point in the history
Closes #1199

Signed-off-by: Lennart Rosam <[email protected]>
  • Loading branch information
Takuto88 authored and aeneasr committed Dec 4, 2018
1 parent 55654c0 commit 7f50b94
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 @@ -17,6 +17,6 @@
"ext-mbstring": "*"
},
"autoload": {
"psr-4": { "Hydra\\SDK\\" : "sdk/php/swagger/lib/" }
"psr-4": { "HydraSDK\\" : "sdk/php/swagger/lib/" }
}
}

0 comments on commit 7f50b94

Please sign in to comment.