From 1e967f2acdc979701f9010e4912c9fb0c266be7d Mon Sep 17 00:00:00 2001 From: Joe FRANCOIS Date: Thu, 15 Feb 2024 16:35:42 +0100 Subject: [PATCH] chore: sets the minimum Carbon version to 2.62.1 to avoid lastErrors() issue --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 982d728..35a30bc 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "require": { "php": "^8.1", "illuminate/database": "^9|^10", - "illuminate/support": "^9|^10" + "illuminate/support": "^9|^10", + "nesbot/carbon": ">=2.62.1" }, "require-dev": { "ciareis/bypass": "^1.0",