Skip to content

Commit f59fb14

Browse files
committed
Fix the Magento core installation
Use aydin-hassan's magento-composer-installer instead of the magento-hackathons' The old magento-hackathon installer failed. see: https://github.com/AydinHassan/magento-core-composer-installer
1 parent 72917c5 commit f59fb14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"aschroder/smtp_pro": "v2.0.5",
99
"gordonlesti/lesti_fpc": "1.3.6",
1010
"jeroenvermeulen/solarium": "v1.6.9-beta",
11-
"magento-hackathon/magento-composer-installer": "3.0.6",
11+
"aydin-hassan/magento-core-composer-installer": "*",
12+
"colinmollenhour/modman": "*",
13+
"theseer/autoload": "*",
1214
"magento/core": "1.9.2.4"
1315
},
1416
"require-dev": {

0 commit comments

Comments
 (0)