From fb434f9854f02ce7e10121943f9925b49e60d96f Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Wed, 22 May 2024 01:22:41 +0200 Subject: [PATCH] [Composer] Dropped legacy namespaces from autoload section --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 99662fb..fb6ba91 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,6 @@ }, "autoload": { "psr-4": { - "EzSystems\\EzPlatformContentFormsBundle\\": "src/bundle/", - "EzSystems\\EzPlatformContentForms\\": "src/lib/", - "EzSystems\\EzPlatformContentForms\\Features\\": "features/", "Ibexa\\ContentForms\\": "src/lib/", "Ibexa\\Bundle\\ContentForms\\": "src/bundle/", "Ibexa\\Contracts\\ContentForms\\": "src/contracts/" @@ -50,8 +47,6 @@ }, "autoload-dev": { "psr-4": { - "EzSystems\\EzPlatformContentForms\\Tests\\": "tests/lib/", - "EzSystems\\EzPlatformContentFormsBundle\\Tests\\": "tests/bundle/", "Ibexa\\Tests\\Bundle\\ContentForms\\": "tests/bundle/", "Ibexa\\Tests\\Integration\\ContentForms\\": "tests/integration/", "Ibexa\\Tests\\ContentForms\\": "tests/lib/"