From c37cbe174c62c5fb9b1f685845a9656c72902299 Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Fri, 26 Jul 2019 10:40:08 +0800 Subject: [PATCH] For laravel 6 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 558cb98f..00875e97 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "docs": "http://andersao.github.io/l5-repository" }, "require": { - "illuminate/http": "~5.0", - "illuminate/config": "~5.0", - "illuminate/support": "~5.0", - "illuminate/database": "~5.0", - "illuminate/pagination": "~5.0", - "illuminate/console": "~5.0", - "illuminate/filesystem": "~5.0", + "illuminate/http": "~5.0|~6.0", + "illuminate/config": "~5.0|~6.0", + "illuminate/support": "~5.0|~6.0", + "illuminate/database": "~5.0|~6.0", + "illuminate/pagination": "~5.0|~6.0", + "illuminate/console": "~5.0|~6.0", + "illuminate/filesystem": "~5.0|~6.0", "prettus/laravel-validation": "1.1.*" }, "autoload": {