Skip to content

Instantly share code, notes, and snippets.

@Flyingmana
Created January 5, 2015 21:03
Show Gist options
  • Save Flyingmana/ce08958cc236a4a642da to your computer and use it in GitHub Desktop.
Save Flyingmana/ce08958cc236a4a642da to your computer and use it in GitHub Desktop.
conflict/require max version
{
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"require-dev": {
"magento-hackathon/composer-command-integrator": "dev-master#e33f65a0e1b687fb5c610ac01357b11",
"composer/composer": "dev-master"
},
"repositories": [
{"type":"vcs","url":"https://github.com/magento-hackathon/composer-command-integrator"},
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"extra":{
"magento-deploystrategy": "copy",
"magento-force": true,
"auto-append-gitignore": true,
"magento-project": {
},
"magento-root-dir": "./htdocs/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment