From 4e373c3614196e65b9821db2b72e9d90d8b31bc9 Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Thu, 23 May 2019 13:10:22 +0200 Subject: [PATCH] allow usage of carbon v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b50768e..a7e0366 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "require": { "php": ">=5.4", - "nesbot/carbon": "^1.25" + "nesbot/carbon": "1.* || 2.*" }, "autoload": { "psr-4": {