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/"