Skip to content

Commit

Permalink
Merge pull request #644 from magento-performance/MAGETWO-59215
Browse files Browse the repository at this point in the history
MAGETWO-59215: Optimize composer.json autoload
  • Loading branch information
kandy authored Dec 7, 2016
2 parents 1e78fe2 + 5fe0303 commit ea0272d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,20 +217,25 @@
"tinymce/tinymce": "lib/web/tiny_mce"
}
},
"config": {
"use-include-path": true
},
"autoload": {
"psr-4": {
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
"Magento\\Setup\\": "setup/src/Magento/Setup/",
"Magento\\": "app/code/Magento/"
},
"psr-0": {
"": "app/code/"
"": [
"app/code/",
"var/generation"
]
},
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea0272d

Please sign in to comment.