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 3bd3884 commit fb434f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,13 @@
},
"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/"
}
},
"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/"
Expand Down

0 comments on commit fb434f9

Please sign in to comment.