From 103fbbaabaa0094fbded87b4c4e74c5fd9023183 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Wed, 16 Sep 2020 19:33:30 +0100 Subject: [PATCH] Version bump --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d1e427b..2531c5c 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,11 @@ { "name": "Tyler Arbon", "email": "tylercd100@gmail.com" + }, + { + "name": "Scott Robinson", + "email": "scott@dor.ky", + "homepage": "http://dor.ky" } ], "autoload":{ @@ -27,8 +32,8 @@ }, "minimum-stability": "stable", "require": { - "illuminate/contracts": "^5.5|^6.0|^7.0", - "illuminate/support": "^5.5|^6.0|^7.0", + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0", "php": "^7.0" }, "require-dev": {