From 4d47e8d02d1b67f9f061e1948f9f6636e2b28636 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Mon, 5 Feb 2024 18:38:43 +0100 Subject: [PATCH] Changed nesbot/carbon minimum to 2.23 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d565a2ba..daab555f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "doctrine/annotations": "^1.14 || ^2", "doctrine/coding-standard": "^9.0.2 || ^12.0", - "nesbot/carbon": "*", + "nesbot/carbon": "^2.23 || ^3.0", "phpunit/phpunit": "^8.5 || ^9.6", "squizlabs/php_codesniffer": "^3.8", "symfony/cache": "^5.4 || ^6.4 || ^7.0",