Last active
August 29, 2015 14:21
-
-
Save clivewalkden/715906bd46ae9b0abbe3 to your computer and use it in GitHub Desktop.
Magento base composer.json file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
} | |
], | |
"repositories": [ | |
{ | |
"type": "vcs", | |
"url": "[email protected]:clivewalkden/magento-ce.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "https://github.com/clivewalkden/MagentoVAdmin" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:Creare/CreareSEO.git" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]: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