Skip to content

Commit fce6a02

Browse files
committed
added citco/carbon to composer.json
1 parent f606650 commit fce6a02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ Allow to configure route middlewares.
3737
## 2.0.1
3838

3939
- Merged PR #7 store body emails as compressed strings
40+
41+
## 2.0.2
42+
43+
- added citco/carbon to composer.json

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"illuminate/support": "9.x"
20+
"illuminate/support": "9.x",
21+
"citco/carbon": "^2.0"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)