From 430d60365074e6b55a6db729d794c9d9fd1ea2d1 Mon Sep 17 00:00:00 2001 From: Troy Siedsma Date: Tue, 18 Aug 2020 23:01:12 -0500 Subject: [PATCH] Update for Laravel 6 Update for Laravel 6 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bb082ad..c892b1e 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,12 @@ "authors": [ { "name": "Troy Siedsma", - "company": "Lithium Hosting, llc", "email": "tsiedsma@lithiumhosting.com" } ], "require": { - "php": ">=5.5.9", - "illuminate/support": "~5.0" + "php": ">7.2", + "illuminate/support": ">6.0" }, "autoload": { "psr-0": {