Skip to content

Instantly share code, notes, and snippets.

@nhp
Created June 7, 2013 11:02
Show Gist options
  • Save nhp/5728546 to your computer and use it in GitHub Desktop.
Save nhp/5728546 to your computer and use it in GitHub Desktop.
composer.json
{
"require": {
"connect20/dsdata_nostate": "*",
"therouv/debitpayment": "*",
"connect20/bankpayment": "*",
"connect20/locale_mage_community_de_de": "*",
"magento-hackathon/magento-composer-installer": "*",
"colinmollenhour/cache-backend-redis": "*",
"colinmollenhour/redis-session": "*",
"firegento/germansetup": "*",
"fbrnc/Aoe_TemplateHints": "*",
"avstudnitz/fast-simple-import": "*",
"techdivision/TechDivision_MagentoUnitTesting": "*",
"ivanchepurnyi/ecomdev_phpunit": "*",
"ecomdev/EcomDev_UrlRewrite": "*"
},
"minimum-stability":"dev",
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
},
{
"type": "vcs",
"url": "https://github.com/nhp/AvS_FastSimpleImport.git"
},
{
"type": "vcs",
"url": "https://github.com/nhp/EcomDev_UrlRewrite.git"
},
{
"type": "vcs",
"url": "https://github.com/techdivision/TechDivision_MagentoUnitTesting"
}
],
"extra":{
"magento-root-dir": "htdocs/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment