Skip to content

Commit

Permalink
[Composer] Changed order of namespace autoloading to improve DX
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Jul 24, 2023
1 parent 5e7e8c8 commit f1a7e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformRestBundle\\": "src/bundle/",
"EzSystems\\EzPlatformRest\\": "src/lib/",
"Ibexa\\Bundle\\Rest\\": "src/bundle/",
"Ibexa\\Rest\\": "src/lib/",
"Ibexa\\Contracts\\Rest\\": "src/contracts/"
"Ibexa\\Contracts\\Rest\\": "src/contracts/",
"EzSystems\\EzPlatformRestBundle\\": "src/bundle/",
"EzSystems\\EzPlatformRest\\": "src/lib/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit f1a7e42

Please sign in to comment.