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 78577a1 commit fd04267
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"psr-4": {
"Ibexa\\SystemInfo\\": "src/lib/",
"Ibexa\\Bundle\\SystemInfo\\": "src/bundle/",
"Ibexa\\Contracts\\SystemInfo\\": "src/contracts/",
"EzSystems\\EzSupportToolsBundle\\": "src/bundle/",
"EzSystems\\EzSupportTools\\": "src/lib/"
"Ibexa\\Contracts\\SystemInfo\\": "src/contracts/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit fd04267

Please sign in to comment.