Digisin release
Showing
.gitignore
100755 → 100644
| { | ||
| "name": "cornernote/yii2-softdelete", | ||
| "name": "digisin/yii2-softdelete", | ||
| "description": "Soft delete behavior for Yii2.", | ||
| "keywords": ["yii2", "soft delete"], | ||
| "type": "yii2-behavior", | ||
| ... | ... | @@ -8,6 +8,10 @@ |
| { | ||
| "name": "Brett O'Donnell", | ||
| "email": "cornernote@gmail.com" | ||
| }, | ||
| { | ||
| "name": "Nicola Tomassoni", | ||
| "email": "nicola@digisin.it" | ||
| } | ||
| ], | ||
| "require": { | ||
| ... | ... | @@ -20,7 +24,7 @@ |
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "cornernote\\softdelete\\": "src" | ||
| "digisin\\softdelete\\": "src" | ||
| } | ||
| } | ||
| } |
nbproject/project.properties
0 → 100644
nbproject/project.xml
0 → 100644
Please
register
or
sign in
to comment