diff --git a/composer.json b/composer.json index 8ee18315..10258129 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,7 @@ }, "autoload": { "psr-4": { - "DVDoug\\BoxPacker\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { + "DVDoug\\BoxPacker\\": "src/", "DVDoug\\BoxPacker\\Test\\": "tests/Test" } }