Slide 54
Slide 54 text
@JoshuaSWarren #phpworld
composer.json
{
"name": "magento/sample-module-minimal",
"description": "A minimal skeleton Magento 2 module",
"type": "magento2-module",
"version": "1.0.0",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Magento\\SampleMinimal\\": ""
}
}
}