Skip to content

Instantly share code, notes, and snippets.

@ivanweiler
Created September 30, 2014 18:58
Show Gist options
  • Save ivanweiler/0762cfe73f5a2c45b2ba to your computer and use it in GitHub Desktop.
Save ivanweiler/0762cfe73f5a2c45b2ba to your computer and use it in GitHub Desktop.
{
"require": {
"magento/magento-composer-installer": "*",
"magento/product-community-edition": "0.1.0-alpha97"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.magento.com/"
}
],
"extra": {
"magento-root-dir": "htdocs",
"magento-deploystrategy": "copy"
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment