added autoloader
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -12,5 +12,10 @@ | ... | @@ -12,5 +12,10 @@ |
| 12 | "guzzlehttp/guzzle-services": "^1.1", | 12 | "guzzlehttp/guzzle-services": "^1.1", |
| 13 | "guzzlehttp/oauth-subscriber": "^0.3.0", | 13 | "guzzlehttp/oauth-subscriber": "^0.3.0", |
| 14 | "guzzlehttp/guzzle": "^6.3" | 14 | "guzzlehttp/guzzle": "^6.3" |
| 15 | }, | ||
| 16 | "autoload": { | ||
| 17 | "psr-4": { | ||
| 18 | "fehrlich\\ImmoScoutAPI\\": "src/" | ||
| 19 | } | ||
| 15 | } | 20 | } |
| 16 | } | 21 | } | ... | ... |
-
Please register or sign in to post a comment