Skip to content

Commit

Permalink
Update carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
MDXDave committed Jun 9, 2022
1 parent d00271b commit c8a2c47
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@
],
"require": {
"craftcms/cms": "^4.0.0",
"nesbot/carbon": "^1.22"
"nesbot/carbon": "^2.0.0"
},
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true,
"kylekatarnls/update-helper": true
}
},
"autoload": {
"psr-4": {
"mdxdave\\timeago\\": "src/"
"mdxdave\\timeago\\": "src/"
}
},
"extra": {
Expand Down

0 comments on commit c8a2c47

Please sign in to comment.