From f7e2293f03ce146e145e3784a38c708110d10d89 Mon Sep 17 00:00:00 2001 From: Fabian Boensch Date: Thu, 28 Nov 2024 09:58:36 +0100 Subject: [PATCH] Fix composer autoload psr-4 mapping In this commit https://github.com/horstoeko/zugferd/commit/655a7c9dd12ad4a7b171aecbdbb3f152c6763bbc these files were moved into a subfolder. Directories longer exist --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 43b70fb2..5690b257 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,7 @@ }, "autoload": { "psr-4": { - "horstoeko\\zugferd\\": "src", - "horstoeko\\zugferd\\rsm\\": "src/entities/rsm", - "horstoeko\\zugferd\\qdt\\": "src/entities/qdt", - "horstoeko\\zugferd\\ram\\": "src/entities/ram", - "horstoeko\\zugferd\\udt\\": "src/entities/udt" + "horstoeko\\zugferd\\": "src" } }, "autoload-dev": {