Commit 111a3c76 authored by cornernote's avatar cornernote

move code into /src

parent 967636f6
{ {
"name": "cornernote/yii2-softdelete", "name": "cornernote/yii2-softdelete",
"description": "Behavior for soft delete pattern", "description": "Soft delete behavior for Yii2.",
"type": "yii2-behavior",
"keywords": ["yii2", "soft delete"], "keywords": ["yii2", "soft delete"],
"type": "yii2-behavior",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"authors": [ "authors": [
{ {
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"cornernote\\softdelete\\": "" "cornernote\\softdelete\\": "src"
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment