General Bug Fixes and Improvements
{ | ||
"name": "elitedivision/amos-admin", | ||
"name": "arter/amos-admin", | ||
"description": "Gestione utenti - plugin", | ||
"keywords": [ | ||
"amos", | ||
... | ... | @@ -8,9 +8,9 @@ |
"profile", | ||
"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/", | ||
... | ... | @@ -20,12 +20,12 @@ |
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"elitedivision/amos-comuni": "*", | ||
"elitedivision/amos-core": "^1.16.0", | ||
"elitedivision/amos-attachments": "^1.1.11", | ||
"elitedivision/amos-notify": "^1.4.17", | ||
"elitedivision/amos-social-auth": "^1.1.7", | ||
"elitedivision/amos-privileges": "^1.0.0", | ||
"arter/amos-comuni": "*", | ||
"arter/amos-core": "^1.16.0", | ||
"arter/amos-attachments": "^1.1.11", | ||
"arter/amos-notify": "^1.4.17", | ||
"arter/amos-social-auth": "^1.1.7", | ||
"arter/amos-privileges": "^1.0.0", | ||
"softcommerce/yii2-knob": "*", | ||
"raoul2000/yii2-workflow": "*", | ||
"raoul2000/yii2-workflow-view": "*", | ||
... | ... | @@ -38,10 +38,10 @@ |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"elitedivision\\amos\\admin\\": "src" | ||
"arter\\amos\\admin\\": "src" | ||
} | ||
}, | ||
"scripts": { | ||
"post-install-cmd": "php yii migrate --migrationPath=@vendor/elitedivision/amos-admin/migrations --interactive=0" | ||
"post-install-cmd": "php yii migrate --migrationPath=@vendor/arter/amos-admin/migrations --interactive=0" | ||
} | ||
} |