Skip to content

Commit

Permalink
Use classmap for interfaces so that they still get loaded correctly i…
Browse files Browse the repository at this point in the history
…f they have an underscore
  • Loading branch information
zyberspace committed May 26, 2016
1 parent 9347cd3 commit e303576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"autoload": {
"psr-4": {
"Zyberspace\\SteamWebApi\\": "lib/Zyberspace/SteamWebApi/"
}
},
"classmap": ["lib/Zyberspace/SteamWebApi/Interfaces/"]
},
"require": {
"guzzlehttp/guzzle": "~6.0"
Expand Down

0 comments on commit e303576

Please sign in to comment.