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 Jun 3, 2024
1 parent 838571f commit 3e1e8df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformStandardDesignBundle\\": "src/bundle",
"Ibexa\\StandardDesign\\": "src/lib/",
"Ibexa\\Bundle\\StandardDesign\\": "src/bundle/",
"Ibexa\\Contracts\\StandardDesign\\": "src/contracts/"
}
},
"autoload-dev": {
"psr-4": {
"EzSystems\\Tests\\EzPlatformStandardDesignBundle\\": "tests/bundle",
"Ibexa\\Tests\\StandardDesign\\": "tests/lib/",
"Ibexa\\Tests\\Bundle\\StandardDesign\\": "tests/bundle/"
}
Expand Down

0 comments on commit 3e1e8df

Please sign in to comment.