From 2d63e54e6d4406c7a33bf3b56ef82bf6e19c083c Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Tue, 31 Mar 2020 08:01:57 +0100 Subject: [PATCH] Correct composer requirement for illuminate/support --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 86f649f..b6bc3bb 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "keywords": [ "laravel", "validation", "colour" ], "require": { - "illuminate/contracts": "^5.5 | ^6.0 | 7.0" + "illuminate/contracts": "^5.5|^6.0|^7.0" }, "require-dev": { "orchestra/testbench": "^5.0", @@ -15,6 +15,10 @@ { "name": "Ashley Clarke", "email": "me@ashleyclarke.me" + }, + { + "name": "Scott Robinson", + "email": "scott@dor.ky" } ], "autoload": {