From 3fde0094ba2678013f2944a47247327d5cc1b040 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Tue, 2 Apr 2019 17:58:23 -0400 Subject: [PATCH] Add support for carbon 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d88e567..9075fe7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "guzzlehttp/guzzle": "^6.2", "illuminate/http": "^5.4", "illuminate/support": "^5.4", - "nesbot/carbon": "^1.22", + "nesbot/carbon": "^1.22 || ^2.0", "ramsey/uuid": "^3.6" }, "require-dev": {