From 5807f5c6d3741926db8aa9a8ce2efc201c81edef Mon Sep 17 00:00:00 2001 From: Cyril de Wit Date: Wed, 15 May 2024 16:47:16 +0200 Subject: [PATCH] feat: allow Carbon v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a480e66..24a90aa 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "jaybizzle/crawler-detect": "^1.0", - "nesbot/carbon": "^2.0" + "nesbot/carbon": "^2.0|^3.0" }, "require-dev": { "illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",