From 89f9ae85a4cd13d5f55e6aa95b3034dfab993442 Mon Sep 17 00:00:00 2001 From: Chistel Brown Date: Sun, 13 Oct 2019 02:12:23 +0100 Subject: [PATCH] updated minimum laravel version Signed-off-by: chistel --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2773d70..0e6f168 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "prefer-stable": true, "require": { "php" : ">=7.1.3", - "illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0", - "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" }, "autoload": { "psr-4": {