From 627f3437402ae18b65375f6bbb93be3076df3a87 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 2 Jun 2024 08:51:44 +0200 Subject: [PATCH] Also allow Carbon version 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfa0c0e..8f99770 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "minimum-stability": "stable", "require": { "php": ">8.1", - "nesbot/carbon": "^2.38" + "nesbot/carbon": "^2.38 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0",