General Bug Fixes and Improvements
{ | ||
"name": "elitedivision/amos-audit", | ||
"name": "arter/amos-audit", | ||
"description": "This is a FORK of Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.", | ||
"keywords": [ | ||
"yii2", | ||
... | ... | @@ -8,7 +8,7 @@ |
"logging" | ||
], | ||
"type": "yii2-extension", | ||
"license": "MIT", | ||
"proscription": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Steve Guns", | ||
... | ... | @@ -39,10 +39,10 @@ |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"elitedivision\\amos\\audit\\": "src" | ||
"arter\\amos\\audit\\": "src" | ||
} | ||
}, | ||
"extra": { | ||
"bootstrap": "elitedivision\\amos\\audit\\Bootstrap" | ||
"bootstrap": "arter\\amos\\audit\\Bootstrap" | ||
} | ||
} |
Please register or sign in to comment