We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f606650 commit fce6a02Copy full SHA for fce6a02
CHANGELOG.md
@@ -37,3 +37,7 @@ Allow to configure route middlewares.
37
## 2.0.1
38
39
- Merged PR #7 store body emails as compressed strings
40
+
41
+## 2.0.2
42
43
+- added citco/carbon to composer.json
composer.json
@@ -17,7 +17,8 @@
17
}
18
],
19
"require": {
20
- "illuminate/support": "9.x"
+ "illuminate/support": "9.x",
21
+ "citco/carbon": "^2.0"
22
},
23
"autoload": {
24
"psr-4": {
0 commit comments