Skip to content

Commit 6871212

Browse files
author
Yevhen Miroshnychenko
authored
Merge pull request #300 from magento-thunder/MAGECLOUD-2523
MAGECLOUD-2523: Composer.json for Magento 2.2 Versions Isn't in Line with a Normal Magento Installation
2 parents 35f0703 + 8b0cfe7 commit 6871212

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,24 @@
1616
"require": {
1717
"magento/magento-cloud-metapackage": ">=2.2.6 <2.2.7"
1818
},
19-
"config": {
20-
"use-include-path": true
21-
},
2219
"autoload": {
2320
"psr-4": {
24-
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
2521
"Magento\\Setup\\": "setup/src/Magento/Setup/",
2622
"Magento\\": "app/code/Magento/"
2723
},
2824
"psr-0": {
29-
"": "app/code/"
25+
"": [
26+
"app/code/",
27+
"generated/code/"
28+
]
3029
},
3130
"files": [
3231
"app/etc/NonComposerComponentRegistration.php"
32+
],
33+
"exclude-from-classmap": [
34+
"**/dev/**",
35+
"**/update/**",
36+
"**/Test/**"
3337
]
3438
},
3539
"autoload-dev": {

0 commit comments

Comments
 (0)