| Current Path : /var/www/www.indacotrentino.com/www/app/code/Ashsmith/Blog/ |
| Current File : //var/www/www.indacotrentino.com/www/app/code/Ashsmith/Blog/composer.json |
{
"name": "ashsmith/magento2-blog-module-example",
"description": "A simple blog module.",
"type": "magento2-module",
"version": "0.5.5-stable",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/magento-composer-installer": "*"
},
"extra": {
"map": [
[
"*",
"Ashsmith/Blog"
]
]
}
}