Skip to content

Instantly share code, notes, and snippets.

@roman204
Created July 31, 2014 12:58
Show Gist options
  • Save roman204/113c24449222ed045013 to your computer and use it in GitHub Desktop.
Save roman204/113c24449222ed045013 to your computer and use it in GitHub Desktop.
composer.json for magento setup with modman and symlinks
{
"minimum-stability": "dev",
"require": {
"magento-hackathon/magento-composer-installer": "*",
"integer-net/magento-localized-de": "dev-master",
"riconeitzel/german-localepack-de-de": "dev-preview",
"firegento/magesetup": "dev-feature/revocation_product_types#b5f50cdef0c588377f97cecf34442680e67076a4",
"firegento/pdf": "dev-master",
"magento-hackathon/localefallback": "dev-master",
"fbrnc/aoe_managestores": "dev-master",
"avstudnitz/scopehint": "dev-master",
"avstudnitz/admin-notification-advanced": "dev-master",
"tim-reynolds/magento-qconfig": "dev-master",
"integer-net/removecustomeraccountlinks": "dev-master",
"integer-net/autoshipping": "dev-master",
"ikonoshirt/customadminnotifications": "dev-master",
"magento-hackathon/hackathon_magemonitoring": "dev-master",
"connect20/cashondelivery": "0.4.3",
"itabs/invoice": "dev-master",
"therouv/debitpayment": "dev-master",
"connect20/bankpayment": "*"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedDE.git"
},
{
"type": "vcs",
"url": "https://github.com/ikonoshirt/CustomAdminNotifications.git"
},
{
"type": "vcs",
"url": "https://github.com/magento-hackathon/Hackathon_MageMonitoring.git"
}
],
"extra": {
"magento-root-dir": "./",
"auto-append-gitignore": true,
"magento-deploystrategy": "symlink",
"magento-force": true,
"modman-root-dir": ".modman"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment