From eb39e55f1798bfba8f52642f11814f2481c9c5b8 Mon Sep 17 00:00:00 2001 From: Alexander Blunck Date: Thu, 16 Nov 2017 15:01:03 +0100 Subject: [PATCH] Added required packages to composer.json --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 47b50c3..0c417f2 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,10 @@ } ], "require": { + "php": "^7.1", + "nesbot/carbon": "^1.22", + "illuminate/support": "^5.5", + "illuminate/database": "^5.5" }, "autoload": { "psr-4": {