From 968c4d3936a5efa8559b1b417e6816976999ef30 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 30 Jan 2024 04:05:15 +0100 Subject: [PATCH] Carbon v3 support (#243) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a7eb63..587ea3b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "illuminate/support": "^10.0|^11.0", "illuminate/view": "^10.0|^11.0", "moneyphp/money": "^3.2|^4.0", - "nesbot/carbon": "^2.67", + "nesbot/carbon": "^2.67|^3.0", "spatie/url": "^1.3.5|^2.0", "symfony/http-kernel": "^6.2|^7.0", "symfony/polyfill-intl-icu": "^1.22.1"