diff --git a/composer.json b/composer.json index bb5662a..7b12594 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,10 @@ "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php" - ] + ], + "psr-4" : { + "": "src/" + } }, "scripts": { "post-install-cmd": [