diff --git a/composer.json b/composer.json index 3569eaf..38e9267 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,10 @@ "name": "Stefano Kowalke" } ], + "autoload": { + "psr-4": { + "Etobi\\CoreAPI\\": "Classes" + } + }, "minimum-stability": "dev" -} \ No newline at end of file +}