| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/Indaco/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/Indaco/composer.json |
{
"name": "Torresani/Indaco",
"description": "custom setting for indaco project",
"license": "GPL-3.0",
"type": "magento2-module",
"version": "2.2.0",
"authors": [
{
"email": "roberto@torresani.eu",
"name": "Roberto Torresani"
}
],
"keywords": [
"magento2-module"
],
"minimum-stability": "dev",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "*",
"magento/module-checkout": ">100.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Torresaniì\\Indaco\\": ""
}
}
}