Skip to content

Commit ad70b1b

Browse files
committed
revert fullStack test for core
It would have been better to add the coreInstaller in a new FullStack test instead of replacing the current test for the magento core
1 parent 5aa62f1 commit ad70b1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/FullStackTest/magento/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"magento-root-dir": "../htdocs/"
2222
},
2323
"require": {
24-
"magento/core": "*"
24+
"magento-hackathon/magento-composer-installer": "*",
25+
"theseer/autoload": "~1.14",
26+
"zetacomponents/console-tools": "dev-master",
27+
"connect20/mage_all_latest": "*"
2528
}
2629
}

0 commit comments

Comments
 (0)