Skip to content

Instantly share code, notes, and snippets.

@avoelkl
Created August 12, 2016 12:34
Show Gist options
  • Save avoelkl/095ac9b107249662f896b07afd610865 to your computer and use it in GitHub Desktop.
Save avoelkl/095ac9b107249662f896b07afd610865 to your computer and use it in GitHub Desktop.
Sample composer.json file
{
"name": "vendor/modulename",
"type": "magento-module",
"license":"OSL-3.0",
"description":"Helps you doing cool stuff",
"authors":[
{
"name":"Firstname Lastname",
"email":"firstname.lastname@awesomecompany.com"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment