Skip to content

Commit

Permalink
[Composer] Dropped legacy namespaces from autoload section
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed May 21, 2024
1 parent a06c641 commit 3f04a13
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 3f04a13

Please sign in to comment.