diff options
Diffstat (limited to 'composer.json')
-rwxr-xr-x | composer.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json index c8d69ad..fd84447 100755 --- a/composer.json +++ b/composer.json @@ -7,9 +7,10 @@ "psr-4": { "": [ "src/", - "tests/", - "bundles/app/src/", - "bundles/test/src/" + "tests/" + ], + "Project\\App\\": [ + "bundles/app/src/" ] } }, @@ -32,4 +33,4 @@ "php ./console framework:installWebAssets" ] } -} +}
\ No newline at end of file |