From b7137b70ff4ab4c384211cdc62fed59e541cc2a6 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 3 Jun 2018 11:29:00 +0100 Subject: [PATCH] Move test classes from autoload-dev to autoload as they're needed if anyone wants to run the samples in the documentation, and autoload-dev doesn't work when the package has been included into a different project... Fixes #139 --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" } }