Skip to content

Commit

Permalink
added composer package
Browse files Browse the repository at this point in the history
  • Loading branch information
darinlarimore committed Mar 8, 2022
1 parent 111b031 commit 2ceafd5
Show file tree
Hide file tree
Showing 3 changed files with 5,943 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## 1.0.0 - 2022-02-18
### Added
- Initial release

## 1.0.1 - 2022-03-08
### Added
- Missing Composer package from composer.json
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trendyminds/craft-paper-trail",
"description": "A plugin to connect Craft logs to Papertrail.",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,8 @@
}
],
"require": {
"craftcms/cms": "^3.0.0"
"craftcms/cms": "^3.0.0",
"rekurzia/yii2-papertrail-log-target": "^0.10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2ceafd5

Please sign in to comment.