Skip to content

Instantly share code, notes, and snippets.

@clivewalkden
Last active August 29, 2015 14:21
Show Gist options
  • Save clivewalkden/715906bd46ae9b0abbe3 to your computer and use it in GitHub Desktop.
Save clivewalkden/715906bd46ae9b0abbe3 to your computer and use it in GitHub Desktop.
Magento base composer.json file
{
"name": "sozodesign/magento",
"description": "SOZO Design default Magento start new website",
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"require": {
"aydin-hassan/magento-core-composer-installer": "^1.2",
"magento-hackathon/magento-composer-installer": "*",
"magento/magento": "1.9.*@dev",
"madalinoprea/magneto-debug": "dev-master",
"Creare/CreareSEO": "~1.2",
"ultimate/modulecreator": "~1.9",
"clivewalkden/MagentoVAdmin": "~1.0"
},
"authors": [
{
"name": "Clive Walkden",
"email": "clive@sozodesign.co.uk"
}
],
"repositories": [
{
"type": "vcs",
"url": "git@github.com:clivewalkden/magento-ce.git"
},
{
"type": "vcs",
"url": "https://github.com/clivewalkden/MagentoVAdmin"
},
{
"type": "vcs",
"url": "git@github.com:Creare/CreareSEO.git"
},
{
"type": "vcs",
"url": "git@github.com:madalinoprea/magneto-debug.git"
},
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"extra": {
"magento-root-dir": "public_html",
"auto-append-gitignore": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment