Skip to content

Commit fa166a0

Browse files
committed
[Composer] Dropped legacy namespaces from autoload section
1 parent 993e149 commit fa166a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
},
2323
"autoload": {
2424
"psr-4": {
25-
"EzSystems\\EzPlatformStandardDesignBundle\\": "src/bundle",
2625
"Ibexa\\StandardDesign\\": "src/lib/",
2726
"Ibexa\\Bundle\\StandardDesign\\": "src/bundle/",
2827
"Ibexa\\Contracts\\StandardDesign\\": "src/contracts/"
2928
}
3029
},
3130
"autoload-dev": {
3231
"psr-4": {
33-
"EzSystems\\Tests\\EzPlatformStandardDesignBundle\\": "tests/bundle",
3432
"Ibexa\\Tests\\StandardDesign\\": "tests/lib/",
3533
"Ibexa\\Tests\\Bundle\\StandardDesign\\": "tests/bundle/"
3634
}

0 commit comments

Comments
 (0)