Skip to content

Instantly share code, notes, and snippets.

@clockworkgeek
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clockworkgeek/312ca0a0858a95584a55 to your computer and use it in GitHub Desktop.
Save clockworkgeek/312ca0a0858a95584a55 to your computer and use it in GitHub Desktop.
Generic, lightweight Magento project starter
{
"_readme": [
"Save this file in project root and change the capitalised placeholders.",
"Now run 'mkdir -p htdocs && composer install' on each server.",
"Optionally change 'htdocs' to something else like './'"
],
"name": "clockworkgeek/PROJECT-NAME-HERE",
"description": "BRIEF DESCRIPTION HERE",
"license": "MIT",
"require": {
"magento-hackathon/magento-composer-installer": "~3.0",
"aydin-hassan/magento-core-composer-installer": "~1.2",
"magento/core": "~1.9"
},
"authors": [
{
"name": "Daniel Deady",
"email": "daniel@clockworkgeek.com"
}
],
"repositories": {
"firegento": {
"type": "composer",
"url": "http://packages.firegento.com"
}
},
"extra": {
"magento-root-dir": "htdocs",
"magento-deploystrategy": "copy",
"auto-append-gitignore": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment