e434cdae by fehrlich

added autoloader

1 parent b443325d
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!