From b5dec12aebcdf037139471f4660c81b709d63f39 Mon Sep 17 00:00:00 2001
From: gjuric <gjuric@gmail.com>
Date: Thu, 1 Feb 2024 13:19:57 +0100
Subject: [PATCH] Allow installation of nesbot/carbon v3

This change also allows installation on projects using Symfony 7 since
carbon has a couple of Symfony dependencies.
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 36ad33a..99cb51e 100755
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
         "php": "^7.3|^8.0.0",
         "ext-json": "*",
         "guzzlehttp/guzzle": "^6.3|^7.0",
-        "nesbot/carbon": "^1.0|^2.0",
+        "nesbot/carbon": "^1.0|^2.0|^3.0",
         "google/apiclient": "^2.10",
         "google/apiclient-services": "~0.249",
         "robrichards/xmlseclibs": "^3.0.4"