Skip to content

Commit 0d5375d

Browse files
authored
[Composer] Changed order of namespace autoloading to improve DX (#66)
1 parent 5e7e8c8 commit 0d5375d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"autoload": {
1010
"psr-4": {
11-
"EzSystems\\EzPlatformRestBundle\\": "src/bundle/",
12-
"EzSystems\\EzPlatformRest\\": "src/lib/",
1311
"Ibexa\\Bundle\\Rest\\": "src/bundle/",
1412
"Ibexa\\Rest\\": "src/lib/",
15-
"Ibexa\\Contracts\\Rest\\": "src/contracts/"
13+
"Ibexa\\Contracts\\Rest\\": "src/contracts/",
14+
"EzSystems\\EzPlatformRestBundle\\": "src/bundle/",
15+
"EzSystems\\EzPlatformRest\\": "src/lib/"
1616
}
1717
},
1818
"autoload-dev": {

0 commit comments

Comments
 (0)