General Bug Fixes and Improvements
{ | ||
"name": "elitedivision/amos-tag", | ||
"name": "arter/amos-tag", | ||
"description": "Sistema AMOS per le TAG", | ||
"keywords": ["amos", "yii2", "tag"], | ||
"homepage": "http://www.example.com/", | ||
"type": "project", | ||
"license": "BSD-3-Clause", | ||
"proscription": "BSD-3-Clause", | ||
"support": { | ||
"forum": "http://www.example.com/forum/", | ||
"wiki": "http://www.example.com/wiki/" | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"elitedivision/amos-core":"~1.9", | ||
"elitedivision/amos-admin":">=1.8", | ||
"elitedivision/amos-dashboard":"~1.5", | ||
"arter/amos-core":"~1.9", | ||
"arter/amos-admin":">=1.8", | ||
"arter/amos-dashboard":"~1.5", | ||
"creocoder/yii2-nested-sets": "0.9.*", | ||
"lispa/yii2-tree-manager": "~2.0.0" | ||
}, | ||
... | ... | @@ -29,7 +29,7 @@ |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"elitedivision\\amos\\tag\\": "src" | ||
"arter\\amos\\tag\\": "src" | ||
} | ||
}, | ||
"require-dev": { | ||
... | ... |