From 0ac5785db86440257952d05f1fb9b2638f48a259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Iva=C5=9Fcu?= Date: Tue, 12 Mar 2024 20:41:12 +0200 Subject: [PATCH] Allow carbon 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d9a01b1..b32846e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.1", "google/analytics-data": "^0.9.4", "laravel/framework": "^10.0|^11.0", - "nesbot/carbon": "^2.66", + "nesbot/carbon": "^2.66|^3.1.0", "spatie/laravel-package-tools": "^1.13.7", "symfony/cache": "^6.0|^7.0" },