From afcd4a86a359134abbfae1ba74d72f87019d9c64 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Sat, 26 Oct 2019 19:07:51 +0100 Subject: [PATCH] Laravel 6 Compat Signed-off-by: Scott Robinson --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 620e610..7c03b44 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ "license": "Apache-2.0", "authors": [ { - "name": "Scott Wilcox", + "name": "Scott Robinson", "email": "scott@dor.ky", "homepage": "http://dor.ky" } ], "require": { - "illuminate/validation": "^5.5", - "illuminate/translation": "^5.5" + "illuminate/validation": "^5.5|^6.0", + "illuminate/translation": "^5.5|^6.0" }, "require-dev": { "phpunit/phpunit": "~5.7"