We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7e8c8 commit 0d5375dCopy full SHA for 0d5375d
composer.json
@@ -8,11 +8,11 @@
8
},
9
"autoload": {
10
"psr-4": {
11
- "EzSystems\\EzPlatformRestBundle\\": "src/bundle/",
12
- "EzSystems\\EzPlatformRest\\": "src/lib/",
13
"Ibexa\\Bundle\\Rest\\": "src/bundle/",
14
"Ibexa\\Rest\\": "src/lib/",
15
- "Ibexa\\Contracts\\Rest\\": "src/contracts/"
+ "Ibexa\\Contracts\\Rest\\": "src/contracts/",
+ "EzSystems\\EzPlatformRestBundle\\": "src/bundle/",
+ "EzSystems\\EzPlatformRest\\": "src/lib/"
16
}
17
18
"autoload-dev": {
0 commit comments