update composer.json
Showing
| ... | ... | @@ -2,12 +2,16 @@ |
| "name": "cornernote/yii2-softdelete", | ||
| "description": "Behavior for soft delete pattern", | ||
| "type": "yii2-behavior", | ||
| "keywords": ["yii2", "soft delete pattern"], | ||
| "keywords": ["yii2", "soft delete"], | ||
| "license": "BSD-3-Clause", | ||
| "authors": [ | ||
| { | ||
| "name": "Vladimir Yants", | ||
| "email": "vladimir.yants@gmail.com" | ||
| }, | ||
| { | ||
| "name": "Brett O'Donnell", | ||
| "email": "cornernote@gmail.com" | ||
| } | ||
| ], | ||
| "require": { | ||
| ... | ... |
Please
register
or
sign in
to comment