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 cef9992 commit fd15b7d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@
"psr-4": {
"Ibexa\\DesignEngine\\": "src/lib/",
"Ibexa\\Bundle\\DesignEngine\\": "src/bundle/",
"Ibexa\\Contracts\\DesignEngine\\": "src/contracts/",
"EzSystems\\EzPlatformDesignEngine\\": "src/lib/",
"EzSystems\\EzPlatformDesignEngineBundle\\": "src/bundle/"
"Ibexa\\Contracts\\DesignEngine\\": "src/contracts/"
}
},
"autoload-dev": {
"psr-4": {
"Ibexa\\Tests\\Bundle\\DesignEngine\\": "tests/bundle/",
"Ibexa\\Tests\\DesignEngine\\": "tests/lib/",
"EzSystems\\EzPlatformDesignEngine\\Tests\\": "tests/lib",
"EzSystems\\EzPlatformDesignEngineBundle\\Tests\\": "tests/bundle"
"Ibexa\\Tests\\DesignEngine\\": "tests/lib/"
}
},
"scripts": {
Expand Down

0 comments on commit fd15b7d

Please sign in to comment.