From c7ae373b656a38da39c6f82a188e95fa82bd7078 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 2 Jun 2024 08:52:45 +0200 Subject: [PATCH] Also allow Carbon version 3 (#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",