From 5228f74064177da189bc5147525f16055441e7fd Mon Sep 17 00:00:00 2001 From: Antony Thorpe <1023740+AntonyThorpe@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:21:22 +1200 Subject: [PATCH] Updated composer.json --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c68ed02..b267092 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,7 @@ "autoload": { "psr-4": { "AntonyThorpe\\Consumer\\": "src/", - "AntonyThorpe\\Consumer\\Tests\\": "tests/", - "AntonyThorpe\\Consumer\\Tests\\Loader\\": "tests/Loader/", - "AntonyThorpe\\Consumer\\Tests\\Model\\": "tests/Model/" + "AntonyThorpe\\Consumer\\Tests\\": "tests/" } }, "extra": {