Skip to content

Commit 35e1803

Browse files
committed
add missing configs for core composer json
we test for ignores files
1 parent 18b01b4 commit 35e1803

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/FullStackTest/magento/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
}
1111
],
1212
"extra": {
13+
"magento-deploystrategy": "copy",
14+
"magento-deploy-ignore": {
15+
"*": ["/index.php"],
16+
"connect20/mage_downloader": ["/shell/log.php"],
17+
"connect20/mage_core_modules": ["/shell/compiler.php"]
18+
},
1319
"auto-append-gitignore": true,
1420
"magento-force": "override",
1521
"magento-root-dir": "../htdocs/"

0 commit comments

Comments
 (0)