Skip to content

Instantly share code, notes, and snippets.

@sebastianwagner
Last active July 25, 2016 12:46
Show Gist options
  • Save sebastianwagner/d5a012d84105e905c8ee to your computer and use it in GitHub Desktop.
Save sebastianwagner/d5a012d84105e905c8ee to your computer and use it in GitHub Desktop.
Magento Core through composer
/vendor/
/htdocs/
composer.lock
{
"name": "sebastianwagner/magecore",
"description": "Magento Core via composer",
"license": "GPLv3",
"authors": [
{
"name": "Sebastian Wagner",
"email": "2000sw@gmail.com"
}
],
"require": {
"magento/core": "1.9.0.1"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"extra":{
"magento-root-dir": "htdocs/"
}
}
Copy link

ghost commented Jun 17, 2014

-f-ggv-ny-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment