Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
zymeli committed Jun 15, 2023
1 parent 2835609 commit 9cd1acd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# yii2-activerecord-logger
Logging history of ActiveRecord changes. to mongodb. etc.
Logging history of ActiveRecord changes to mongodb. etc.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zymeli/yii2-activerecord-logger",
"description": "Logging history of ActiveRecord changes. to mongodb. etc.",
"description": "Logging history of ActiveRecord changes to mongodb. etc.",
"type": "yii2-extension",
"keywords": ["yii2","extension"],
"license": "BSD-3-Clause",
Expand All @@ -11,15 +11,14 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.6",
"php": ">=7.4.0"
},
"require-dev": {
"yiisoft/yii2-mongodb": "~2.1.0"
},
"autoload": {
"psr-4": {
"zymeli\\ActiveRecordLogger\\": "src"
}
},
"extra": {
"bootstrap": "zymeli\\ActiveRecordLogger\\Bootstrap"
}
}
}

0 comments on commit 9cd1acd

Please sign in to comment.