From aeb12cd1dfe812e4f21ed037b2894e61f7b3d372 Mon Sep 17 00:00:00 2001 From: Mehdi <9340937+meduzen@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:23:44 +0100 Subject: [PATCH] Add link to migrate Carbon from version 2 to 3 --- upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.md b/upgrade.md index d026a4e096..888cb60dd1 100644 --- a/upgrade.md +++ b/upgrade.md @@ -50,7 +50,7 @@ You should update the following dependencies in your application's `composer.jso **Likelihood Of Impact: Low** -Support for [Carbon 2.x](https://carbon.nesbot.com/docs/) has been removed. All Laravel 12 applications now require Carbon 3.x. +Support for [Carbon 2.x](https://carbon.nesbot.com/docs/) has been removed. All Laravel 12 applications now require [Carbon 3.x](https://carbon.nesbot.com/docs/#api-carbon-3). ### Updating the Laravel Installer