Skip to content

Commit 0b73cfe

Browse files
committed
MAGETWO-33701: Setup application autoload fails when in composer --no-dev mode.
- moved setup from autoload-dev to autoload
1 parent 1606d94 commit 0b73cfe

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
@@ -192,7 +192,8 @@
192192
},
193193
"autoload": {
194194
"psr-4": {
195-
"Magento\\Framework\\": "lib/internal/Magento/Framework/"
195+
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
196+
"Magento\\Setup\\": "setup/src/Magento/Setup/"
196197
}
197198
},
198199
"autoload-dev": {
@@ -202,8 +203,7 @@
202203
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
203204
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
204205
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
205-
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/",
206-
"Magento\\Setup\\": "setup/src/Magento/Setup/"
206+
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
207207
}
208208
}
209209
}

0 commit comments

Comments
 (0)