Skip to content

Commit 2336c64

Browse files
committed
[Composer] Dropped legacy namespaces from autoload section
1 parent af77d63 commit 2336c64

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,14 @@
1010
"psr-4": {
1111
"Ibexa\\Search\\": "src/lib/",
1212
"Ibexa\\Bundle\\Search\\": "src/bundle/",
13-
"Ibexa\\Contracts\\Search\\": "src/contracts/",
14-
"Ibexa\\Platform\\Bundle\\Search\\": "src/bundle/",
15-
"Ibexa\\Platform\\Search\\": "src/lib/"
13+
"Ibexa\\Contracts\\Search\\": "src/contracts/"
1614
}
1715
},
1816
"autoload-dev": {
1917
"psr-4": {
2018
"Ibexa\\Tests\\Bundle\\Search\\": "tests/bundle/",
2119
"Ibexa\\Tests\\Contracts\\Search\\": "tests/contracts/",
22-
"Ibexa\\Tests\\Search\\": "tests/lib/",
23-
"Ibexa\\Platform\\Tests\\Contracts\\Search\\": "tests/contracts/",
24-
"Ibexa\\Platform\\Tests\\Bundle\\Search\\": "tests/bundle/",
25-
"Ibexa\\Platform\\Tests\\Search\\": "tests/lib/"
20+
"Ibexa\\Tests\\Search\\": "tests/lib/"
2621
}
2722
},
2823
"require": {

0 commit comments

Comments
 (0)