From 3f04a13e023be92567cf4d4667b8bf81f2303196 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 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 21fae7e3..521a2f28 100644 --- a/composer.json +++ b/composer.json @@ -41,10 +41,7 @@ "Ibexa\\Solr\\": "src/lib/", "Ibexa\\Bundle\\Solr\\": "src/bundle/", "Ibexa\\Contracts\\Solr\\": "src/contracts/", - "Ibexa\\Tests\\Solr\\SetupFactory\\": "tests/lib/SetupFactory/", - "EzSystems\\EzPlatformSolrSearchEngine\\": "src/lib/", - "EzSystems\\EzPlatformSolrSearchEngineBundle\\": "src/bundle/", - "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\SetupFactory\\": "tests/lib/SetupFactory/" + "Ibexa\\Tests\\Solr\\SetupFactory\\": "tests/lib/SetupFactory/" } }, "autoload-dev": { @@ -53,9 +50,7 @@ "Ibexa\\Tests\\Solr\\": "tests/lib/", "Ibexa\\Tests\\Integration\\Core\\": "vendor/ibexa/core/tests/integration/Core/", "Ibexa\\Tests\\Core\\": "vendor/ibexa/core/tests/lib/", - "Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/", - "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib/", - "EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/" + "Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/" } }, "scripts": {