From 5c09170a3e58424e21c57a933053673fec3424c6 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 23 Aug 2019 11:00:50 +0300 Subject: [PATCH] Added Laravel 6 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 34b3022..cff80b5 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "require": { "php": "^7.1.3", "ext-dom": "*", - "illuminate/validation": "^5.6", - "illuminate/support": "^5.6", + "illuminate/validation": "^5.6|^6.0", + "illuminate/support": "^5.6|^6.0", "symfony/http-kernel": "^4.0" }, "require-dev": {