Skip to content

Commit c91a25a

Browse files
ENGCOM-2315: Add generated code to the psr-0 autoloader section so when optimizing… #16435
- Merge Pull Request #16435 from hostep/magento2:optimize-composer-autoloader-a-bit-more-2.2 - Merged commits: 1. 1dd90a5
2 parents a305b70 + 1dd90a5 commit c91a25a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@
242242
},
243243
"psr-0": {
244244
"": [
245-
"app/code/"
245+
"app/code/",
246+
"generated/code/"
246247
]
247248
},
248249
"files": [

0 commit comments

Comments
 (0)