Skip to content

Instantly share code, notes, and snippets.

@razbakov
Created March 20, 2014 14:19
Show Gist options
  • Save razbakov/9664765 to your computer and use it in GitHub Desktop.
Save razbakov/9664765 to your computer and use it in GitHub Desktop.
{
"name": "company/project-name",
"description": "Project Name",
"minimum-stability": "dev",
"authors": [
{"name": "Your Name", "email": "[email protected]"}
],
"repositories": [
{"type": "git", "url": "https://github.com/kirchbergerknorr/phpunit"},
{"type": "git", "url": "https://github.com/kirchbergerknorr/magento-debug"},
{"type": "git", "url": "https://github.com/kirchbergerknorr/magento"},
{"type": "git", "url": "https://github.com/kirchbergerknorr/static-blocks-everywhere"},
{"type": "composer", "url": "http://packages.firegento.com"}
],
"require": {
"kirchbergerknorr/magento": "*"
},
"extra": {
"magento-root-dir": "../webroot/",
"magento-deploystrategy": "copy",
"magento-force": "override"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment