Skip to content

Commit 5ecfcde

Browse files
committed
MAGECLOUD-2523: Composer.json for Magento 2.2 Versions Isn't in Line with a Normal Magento Installation
1 parent 204ff6f commit 5ecfcde

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,25 @@
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": {
2421
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
2522
"Magento\\Setup\\": "setup/src/Magento/Setup/",
2623
"Magento\\": "app/code/Magento/"
2724
},
2825
"psr-0": {
29-
"": "app/code/"
26+
"": [
27+
"app/code/",
28+
"generated/code"
29+
]
3030
},
3131
"files": [
3232
"app/etc/NonComposerComponentRegistration.php"
33+
],
34+
"exclude-from-classmap": [
35+
"**/dev/**",
36+
"**/update/**",
37+
"**/Test/**"
3338
]
3439
},
3540
"autoload-dev": {

0 commit comments

Comments
 (0)