Skip to content

Commit 678da30

Browse files
[9.x] Ensures a Carbon version that supports PHP 8.2 (#44374)
* Uses a carbon version that supports PHP 8.2 * Update composer.json Co-authored-by: Dries Vints <[email protected]>
1 parent d9bda4f commit 678da30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"league/commonmark": "^2.2",
2727
"league/flysystem": "^3.0.16",
2828
"monolog/monolog": "^2.0",
29-
"nesbot/carbon": "^2.53.1",
29+
"nesbot/carbon": "^2.62.1",
3030
"nunomaduro/termwind": "^1.13",
3131
"psr/container": "^1.1.1|^2.0.1",
3232
"psr/log": "^1.0|^2.0|^3.0",

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"illuminate/conditionable": "^9.0",
2323
"illuminate/contracts": "^9.0",
2424
"illuminate/macroable": "^9.0",
25-
"nesbot/carbon": "^2.53.1",
25+
"nesbot/carbon": "^2.62.1",
2626
"voku/portable-ascii": "^2.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)