General Bug Fixes and Improvements
{ | ||
"name": "elitedivision/amos-email-manager", | ||
"name": "arter/amos-email-manager", | ||
"description": "Modulo di gestione code email - plugin", | ||
"keywords": [ | ||
"amos", | ||
"notifiche", | ||
"yii2" | ||
], | ||
"homepage": "http://www.elitedivision.it/", | ||
"homepage": "http://www.arter.it/", | ||
"type": "component", | ||
"license": "BSD-3-Clause", | ||
"proscription": "BSD-3-Clause", | ||
"support": { | ||
"issues": "https://github.com/yiisoft/yii2/issues?state=open", | ||
"forum": "http://www.yiiframework.com/forum/", | ||
... | ... | @@ -18,8 +18,8 @@ |
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"elitedivision/amos-core": "~1.7", | ||
"elitedivision/amos-dashboard": ">=1.8.15", | ||
"arter/amos-core": "~1.7", | ||
"arter/amos-dashboard": ">=1.8.15", | ||
"mustache/mustache": "^2.9.0", | ||
"baibaratsky/yii2-serialized-attributes-behavior": "*", | ||
"yiidoc/yii2-redactor": "*" | ||
... | ... | @@ -30,10 +30,10 @@ |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"elitedivision\\amos\\emailmanager\\": "src" | ||
"arter\\amos\\emailmanager\\": "src" | ||
} | ||
}, | ||
"scripts": { | ||
"post-install-cmd": "php yii migrate --migrationPath=@vendor/elitedivision/amos-email-manager/migrations --interactive=0" | ||
"post-install-cmd": "php yii migrate --migrationPath=@vendor/arter/amos-email-manager/migrations --interactive=0" | ||
} | ||
} |