diff --git a/composer.json b/composer.json index 60f1d038..e5f21170 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,11 @@ "database" ], "psr-4": { - "App\\": "app/", + "App\\": "app/" + } + }, + "autoload-dev": { + "psr-4": { "Tests\\": "tests/" } },