diff --git a/composer.json b/composer.json index 3a90733..29fe4c1 100644 --- a/composer.json +++ b/composer.json @@ -41,12 +41,12 @@ }, "autoload": { "psr-4": { - "chillerlan\\LibraryTemplate\\": "src/" + "chillerlan\\LibraryTemplate\\": "src" } }, "autoload-dev": { "psr-4": { - "chillerlan\\LibraryTemplateTest\\": "tests/" + "chillerlan\\LibraryTemplateTest\\": "tests" } }, "scripts": {