-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"erusev/parsedown": "~1.7", | ||
"league/flysystem": "^1.0.8", | ||
"monolog/monolog": "~1.12", | ||
"nesbot/carbon": "^1.24.1", | ||
"nesbot/carbon": "1.25.*", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
GrahamCampbell
Member
|
||
"psr/container": "~1.0", | ||
"psr/simple-cache": "^1.0", | ||
"ramsey/uuid": "^3.7", | ||
|
I recommend to upgrade to 1.26 instead and remove overrides: #23894 so there will be no gap anymore between Carbon and Laravel's Carbon and no more compatibility issues. If Laravel needs new Carbon features in the future, we would be happy to merge it in the Carbon project, or else propose a solution via some mixin/macro to avoid overriding solution.