From 0766220a4762b053108a8970e0ce3a8f7d78f9ae Mon Sep 17 00:00:00 2001 From: isaactmp Date: Tue, 25 Feb 2020 18:02:10 -0500 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c97103f..4fc8885 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ } ], "require": { - "php": ">=5.4", - "illuminate/support": "~5.0" + "php": ">=7.0", + "illuminate/support": "~6.0" }, "require-dev": { "mockery/mockery": "0.9.*",