Created
August 12, 2016 12:34
-
-
Save avoelkl/095ac9b107249662f896b07afd610865 to your computer and use it in GitHub Desktop.
Sample 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": "vendor/modulename", | |
"type": "magento-module", | |
"license":"OSL-3.0", | |
"description":"Helps you doing cool stuff", | |
"authors":[ | |
{ | |
"name":"Firstname Lastname", | |
"email":"[email protected]" | |
} | |
], | |
"require": { | |
"magento-hackathon/magento-composer-installer": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment