Skip to content

Commit

Permalink
added citco/carbon to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Jun 27, 2022
1 parent f606650 commit fce6a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ Allow to configure route middlewares.
## 2.0.1

- Merged PR #7 store body emails as compressed strings

## 2.0.2

- added citco/carbon to composer.json
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
],
"require": {
"illuminate/support": "9.x"
"illuminate/support": "9.x",
"citco/carbon": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fce6a02

Please sign in to comment.